MCPcopy
hub / github.com/koodo-reader/koodo-reader / clone

Method clone

public/lib/pdfjs/pdf.worker.mjs:5474–5480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5472 return mergedDict.size > 0 ? mergedDict : Dict.empty;
5473 }
5474 clone() {
5475 const dict = new Dict(this.xref);
5476 for (const key of this.getKeys()) {
5477 dict.set(key, this.getRaw(key));
5478 }
5479 return dict;
5480 }
5481 delete(key) {
5482 delete this._map[key];
5483 }

Callers 15

jspdf.umd.min.jsFile · 0.45
dFunction · 0.45
handleSMaskMethod · 0.45
getOperatorListMethod · 0.45
getTextContentMethod · 0.45
loadType3DataMethod · 0.45
saveMethod · 0.45
updateAcroformFunction · 0.45
updateStructureTreeMethod · 0.45
#writeKidsMethod · 0.45
#updateParentTagMethod · 0.45
cloneDictMethod · 0.45

Calls 3

getKeysMethod · 0.95
setMethod · 0.95
getRawMethod · 0.95

Tested by

no test coverage detected