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

Function unrollHole

cjs/index.js:100–102  ·  view source on GitHub ↗
(info, {values})

Source from the content-addressed store, hash-verified

98};
99
100const unrollHole = (info, {values}) => {
101 unrollValues(info, values, values.length);
102};
103
104const unrollValues = (info, values, length) => {
105 const {stack} = info;

Callers 3

renderFunction · 0.70
createHookFunction · 0.70
unrollValuesFunction · 0.70

Calls 1

unrollValuesFunction · 0.70

Tested by

no test coverage detected