Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SamVerschueren/listr
/ isPending
Method
isPending
lib/task.js:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
isPending() {
85
return
this._state === state.PENDING;
86
}
87
88
isSkipped() {
89
return
this._state === state.SKIPPED;
Callers
2
run
Method · 0.95
renderHelper
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected