MCPcopy
hub / github.com/SamVerschueren/listr / isEnabled

Method isEnabled

lib/task.js:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 isEnabled() {
97 return this._isEnabled;
98 }
99
100 hasFailed() {
101 return this._state === state.FAILED;

Callers 1

runTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected