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

Method isRefactor

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

Source from the content-addressed store, hash-verified

98 isRed() { return this._phase === PHASES.RED; }
99 isGreen() { return this._phase === PHASES.GREEN; }
100 isRefactor() { return this._phase === PHASES.REFACTOR; }
101 isActive() { return this._phase !== PHASES.IDLE; }
102
103 pendingRequirements() { return this._requirements.filter(r => r.status === REQ_STATUS.PENDING); }

Callers 2

_tddPostWriteMethod · 0.80
_tddPostWriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected