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

Method get

public/lib/pdfjs/pdf.worker.mjs:5539–5541  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

5537 return this._map.size;
5538 }
5539 get(ref) {
5540 return this._map.get(ref.toString());
5541 }
5542 has(ref) {
5543 return this._map.has(ref.toString());
5544 }

Callers 1

putAliasMethod · 0.95

Calls 2

getMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected