Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ isTerminalTurn
Function
isTerminalTurn
packages/runtime-host/src/server/session-transcript-reader.ts:214–216 ·
view source on GitHub ↗
(turn: TurnSnapshot)
Source
from the content-addressed store, hash-verified
212
}
213
214
function
isTerminalTurn(turn: TurnSnapshot): boolean {
215
return
turn.status ===
'completed'
|| turn.status ===
'failed'
|| turn.status ===
'cancelled'
;
216
}
Callers
12
createSessionTranscriptReader
Function · 0.70
stop
Method · 0.50
open
Method · 0.50
#acceptCanonicalReplacement
Method · 0.50
#accept
Method · 0.50
sameTerminalTurn
Function · 0.50
watchTurn
Method · 0.50
observedRunningTurnIds
Method · 0.50
#publishSubscriptionFailure
Method · 0.50
#prepareSubscriptionActivation
Method · 0.50
#finishPersistedWatchedTurns
Method · 0.50
replacementProjection
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected