Add notes about the serialization format

This commit is contained in:
Michael Howell 2024-01-05 12:40:11 -07:00
parent a68ac32de5
commit 004bfc5eb2
2 changed files with 26 additions and 7 deletions

View file

@ -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;