MCPcopy Index your code
hub / github.com/21st-dev/1code / hasActiveCodexStreams

Function hasActiveCodexStreams

src/main/lib/trpc/routers/codex.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106/** Check if there are any active Codex streaming sessions */
107export function hasActiveCodexStreams(): boolean {
108 return activeStreams.size > 0
109}
110
111/** Abort all active Codex streams so their cleanup saves partial state */
112export function abortAllCodexStreams(): void {

Callers 2

buildMenuFunction · 0.90
createWindowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected