MCPcopy Create free account
hub / github.com/coder/mux / isBusy

Method isBusy

src/node/services/agentSession.ts:4960–4962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4958 }
4959
4960 isBusy(): boolean {
4961 return this.turnPhase !== TurnPhase.IDLE;
4962 }
4963
4964 isPreparingTurn(): boolean {
4965 return this.turnPhase === TurnPhase.PREPARING;

Calls

no outgoing calls

Tested by

no test coverage detected