Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.70
websocket_valid_fn
Function · 0.70
onFinished
Function · 0.70
promise
Function · 0.70
nosql.js
File · 0.70
updPageMeta
Function · 0.70
graphdb.js
File · 0.70
NEXT
Function · 0.70
utils.js
File · 0.70
parseTerminal2
Function · 0.70
queue_next_callback
Function · 0.70
_shellInsertionSort
Function · 0.70
Calls
1
url
Function · 0.85
Tested by
no test coverage detected