Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
15
requireGoalAcknowledgmentForCrashRecoveredPartial
Method · 0.95
scheduleStartupAutoRetryIfNeeded
Method · 0.95
runStartupRecovery
Method · 0.95
shouldRetainAfterStartupRecovery
Method · 0.95
sendMessage
Method · 0.95
resumeStream
Method · 0.95
dispatchPendingFollowUp
Method · 0.95
appendHeartbeatContextResetBoundary
Method · 0.95
waitForWorkspaceIdle
Method · 0.80
sendMessage
Method · 0.80
resumeStream
Method · 0.80
isBusyForMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected