Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SamVerschueren/listr
/ _checkAll
Method
_checkAll
index.js:53–57 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
51
}
52
53
_checkAll(context) {
54
for
(
const
task of this._tasks) {
55
task.check(context);
56
}
57
}
58
59
get tasks() {
60
return
this._tasks;
Callers
1
run
Method · 0.95
Calls
1
check
Method · 0.80
Tested by
no test coverage detected