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

Function createCache$1

index.js:1743–1749  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

1741 };
1742
1743 var createCache$1 = function createCache(p) {
1744 return {
1745 p: p,
1746 stack: [],
1747 entry: null
1748 };
1749 };
1750
1751 var unroll$1 = function unroll(info, _ref) {
1752 var _entry;

Callers 4

render$1Function · 0.85
unroll$1Function · 0.85
unrollValues$1Function · 0.85
createForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected