MCPcopy Index your code
hub / github.com/Dimillian/CodexMonitor / getResumedActiveTurnId

Function getResumedActiveTurnId

src/features/threads/utils/threadRpc.ts:390–392  ·  view source on GitHub ↗
(thread: Record<string, unknown>)

Source from the content-addressed store, hash-verified

388}
389
390export function getResumedActiveTurnId(thread: Record<string, unknown>): string | null {
391 return getResumedTurnState(thread).activeTurnId;
392}

Callers 1

threadRpc.test.tsFile · 0.90

Calls 1

getResumedTurnStateFunction · 0.85

Tested by

no test coverage detected