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

Function createCache

esm/index.js:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81});
82
83const createCache = p => ({p, stack: [], entry: null});
84
85const unroll = (info, {fn, template, values}) => {
86 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