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

Function fixed

index.js:1608–1612  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

1606 var cache = umap(new WeakMap$1());
1607
1608 var fixed = function fixed(info) {
1609 return function () {
1610 return unroll(Tagger, info, hole.apply(null, arguments));
1611 };
1612 };
1613
1614 hole["for"] = function (ref, id) {
1615 var memo = cache.get(ref) || cache.set(ref, create(null));

Callers 1

outerFunction · 0.70

Calls 1

unrollFunction · 0.70

Tested by

no test coverage detected