Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/caolan/nodeunit
/ taskComplete
Function
taskComplete
deps/async.js:346–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
344
}
345
};
346
var
taskComplete =
function
() {
347
_forEach(listeners,
function
(fn) {
348
fn();
349
});
350
};
351
352
addListener(
function
() {
353
if
(completed.length === keys.length) {
Callers
1
taskCallback
Function · 0.70
Calls
2
_forEach
Function · 0.70
fn
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…