Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caolan/async
/ check
Function
check
lib/doDuring.js:37–41 ·
view source on GitHub ↗
(err, truth)
Source
from the content-addressed store, hash-verified
35
});
36
37
function
check(err, truth) {
38
if
(err)
return
callback(err);
39
if
(!truth)
return
callback(null);
40
_fn(next);
41
}
42
43
check(null, true);
44
Callers
1
doDuring
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…