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

Function createCache

cjs/index.js:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87});
88
89const createCache = p => ({p, stack: [], entry: null});
90
91const unroll = (info, {fn, template, values}) => {
92 let {entry} = info;

Callers 4

renderFunction · 0.70
unrollFunction · 0.70
unrollValuesFunction · 0.70
createForFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected