Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/caolan/nodeunit
/ taskComplete
Function
taskComplete
examples/browser/nodeunit.js:839–843 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
837
}
838
};
839
var
taskComplete =
function
() {
840
_forEach(listeners,
function
(fn) {
841
fn();
842
});
843
};
844
845
addListener(
function
() {
846
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…