Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
390
export
function
getResumedActiveTurnId(thread: Record<string, unknown>): string | null {
391
return
getResumedTurnState(thread).activeTurnId;
392
}
Callers
1
threadRpc.test.ts
File · 0.90
Calls
1
getResumedTurnState
Function · 0.85
Tested by
no test coverage detected