MCPcopy Index your code
hub / github.com/totaljs/framework / fn

Function fn

test.js:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 if (typeof(url) === 'function') {
103
104 var fn = function() {
105 T.now = Date.now();
106 T.currentname = name;
107 T.current.count++;
108 url(NEXT);
109 };
110
111 if (T.running)
112 T.current.items.unshift(fn);

Callers 12

index.jsFile · 0.70
websocket_valid_fnFunction · 0.70
onFinishedFunction · 0.70
promiseFunction · 0.70
nosql.jsFile · 0.70
updPageMetaFunction · 0.70
graphdb.jsFile · 0.70
NEXTFunction · 0.70
utils.jsFile · 0.70
parseTerminal2Function · 0.70
queue_next_callbackFunction · 0.70
_shellInsertionSortFunction · 0.70

Calls 1

urlFunction · 0.85

Tested by

no test coverage detected