MCPcopy Create free account
hub / github.com/WebReflection/neverland / createCache

Function createCache

index.js:1597–1603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1595 };
1596
1597 var createCache = function createCache() {
1598 return {
1599 stack: [],
1600 entry: null,
1601 wire: null
1602 };
1603 };
1604
1605 var outer = function outer(type, Tagger) {
1606 var cache = umap(new WeakMap$1());

Callers 3

createRenderFunction · 0.70
outerFunction · 0.70
unrollValuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected