MCPcopy Index your code
hub / github.com/simstudioai/sim / unregisterActiveStream

Function unregisterActiveStream

apps/sim/lib/copilot/request/session/abort.ts:67–69  ·  view source on GitHub ↗
(streamId: string)

Source from the content-addressed store, hash-verified

65}
66
67export function unregisterActiveStream(streamId: string): void {
68 activeStreams.delete(streamId)
69}
70
71export async function waitForPendingChatStream(
72 chatId: string,

Callers 1

startFunction · 0.90

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected