MCPcopy Create free account
hub / github.com/alignoth/alignoth / get

Method get

resources/vega-embed.min.js:1313–1318  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1311 ((this.max = 1e3), (this.map = new Map()));
1312 }
1313 get(e) {
1314 const t = this.map.get(e);
1315 return void 0 === t
1316 ? void 0
1317 : (this.map.delete(e), this.map.set(e, t), t);
1318 }
1319 delete(e) {
1320 return this.map.delete(e);
1321 }

Callers 3

SFunction · 0.45
vega-embed.min.jsFile · 0.45
parseRangeMethod · 0.45

Calls 2

deleteMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected