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

Function unrollHole

index.js:1770–1773  ·  view source on GitHub ↗
(info, _ref2)

Source from the content-addressed store, hash-verified

1768 };
1769
1770 var unrollHole = function unrollHole(info, _ref2) {
1771 var values = _ref2.values;
1772 unrollValues$1(info, values, values.length);
1773 };
1774
1775 var unrollValues$1 = function unrollValues(info, values, length) {
1776 var stack = info.stack;

Callers 3

render$1Function · 0.70
createHookFunction · 0.70
unrollValues$1Function · 0.70

Calls 1

unrollValues$1Function · 0.85

Tested by

no test coverage detected