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

Method set

public/lib/pdfjs/pdf.worker.mjs:5414–5416  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

5412 return Object.values(this._map);
5413 }
5414 set(key, value) {
5415 this._map[key] = value;
5416 }
5417 has(key) {
5418 return this._map[key] !== undefined;
5419 }

Callers 15

cloneMethod · 0.95
getObjMethod · 0.95
makeInlineImageMethod · 0.95
getXfaFontDictFunction · 0.95
fallbackFontDictMethod · 0.95
fontDescriptorRefMethod · 0.95
descendantFontRefMethod · 0.95
baseFontRefMethod · 0.95
resourcesMethod · 0.95
createAppearanceMethod · 0.95
getTrailerDictFunction · 0.95
createStructureTreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected