MCPcopy 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
6538function queue_next_callback(fn, name) {
6539 fn(() => queue_next(name));
6540}
6541
6542/**
6543 * Queue list

Callers

nothing calls this directly

Calls 2

queue_nextFunction · 0.85
fnFunction · 0.70

Tested by

no test coverage detected