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

Function set

resources/vega.min.js:350–352  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

348 has: r,
349 get: (t) => (r(t) ? n[t] : void 0),
350 set(t, e) {
351 return (r(t) || (++i.size, n[t] === lt && --i.empty), (n[t] = e), this);
352 },
353 delete(t) {
354 return (r(t) && (--i.size, ++i.empty, (n[t] = lt)), this);
355 },

Callers

nothing calls this directly

Calls 2

rFunction · 0.70
kFunction · 0.70

Tested by

no test coverage detected