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

Method get

public/lib/pdfjs/pdf.worker.mjs:5337–5339  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

5335 this.cmd = cmd;
5336 }
5337 static get(cmd) {
5338 return CmdCache[cmd] ||= new Cmd(cmd);
5339 }
5340}
5341const nonSerializable = function nonSerializableClosure() {
5342 return nonSerializable;

Callers 15

pdf.worker.mjsFile · 0.45
normalizeUnicodeFunction · 0.45
mergeMethod · 0.45
getMethod · 0.45
isDictFunction · 0.45
getInheritablePropertyFunction · 0.45
_collectJSFunction · 0.45
collectActionsFunction · 0.45
getNewAnnotationsMapFunction · 0.45
_requestChunksMethod · 0.45
onReceiveDataMethod · 0.45
_parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected