MCPcopy
hub / github.com/Doorman11991/smallcode / isIdle

Method isIdle

src/session/tdd_state.js:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 get loopActive() { return this._loopActive; }
96
97 isIdle() { return this._phase === PHASES.IDLE; }
98 isRed() { return this._phase === PHASES.RED; }
99 isGreen() { return this._phase === PHASES.GREEN; }
100 isRefactor() { return this._phase === PHASES.REFACTOR; }

Callers 6

tdd_state.test.jsFile · 0.80
simulatePostWriteFunction · 0.80
_tddPostWriteMethod · 0.80
_executeToolMethod · 0.80
executeToolFunction · 0.80
_tddPostWriteFunction · 0.80

Calls

no outgoing calls

Tested by 1

simulatePostWriteFunction · 0.64