MCPcopy
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

runMethod · 0.95
renderHelperFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected