MCPcopy 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
214function isTerminalTurn(turn: TurnSnapshot): boolean {
215 return turn.status === 'completed' || turn.status === 'failed' || turn.status === 'cancelled';
216}

Callers 12

stopMethod · 0.50
openMethod · 0.50
#acceptMethod · 0.50
sameTerminalTurnFunction · 0.50
watchTurnMethod · 0.50
replacementProjectionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected