Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/totaljs/framework
/ queue_next_callback
Function
queue_next_callback
utils.js:6538–6540 ·
view source on GitHub ↗
(fn, name)
Source
from the content-addressed store, hash-verified
6536
}
6537
6538
function
queue_next_callback(fn, name) {
6539
fn(() => queue_next(name));
6540
}
6541
6542
/**
6543
* Queue list
Callers
nothing calls this directly
Calls
2
queue_next
Function · 0.85
fn
Function · 0.70
Tested by
no test coverage detected