Add notes about the serialization format
This commit is contained in:
parent
a68ac32de5
commit
004bfc5eb2
2 changed files with 26 additions and 7 deletions
|
|
@ -2858,7 +2858,7 @@ ${item.displayPath}<span class="${type}">${name}</span>\
|
|||
inputs, output, where_clause,
|
||||
};
|
||||
itemFunctionDecoder.backrefQueue.unshift(ret);
|
||||
if (itemFunctionDecoder.backrefQueue.length >= 16) {
|
||||
if (itemFunctionDecoder.backrefQueue.length > 16) {
|
||||
itemFunctionDecoder.backrefQueue.pop();
|
||||
}
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue