Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
clone
Method · 0.95
getObj
Method · 0.95
makeInlineImage
Method · 0.95
getXfaFontDict
Function · 0.95
fallbackFontDict
Method · 0.95
fontDescriptorRef
Method · 0.95
descendantFontRef
Method · 0.95
baseFontRef
Method · 0.95
resources
Method · 0.95
createAppearance
Method · 0.95
getTrailerDict
Function · 0.95
createStructureTree
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected