MCPcopy
hub / github.com/medikoo/memoizee / fn

Function fn

test/index.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 "0": function () {
13 var i = 0
14 , fn = function () {
15 ++i;
16 return 3;
17 };
18
19 fn = t(fn);
20 a(fn(), 3, "First");

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected