Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
67
export
function
unregisterActiveStream(streamId: string): void {
68
activeStreams.delete(streamId)
69
}
70
71
export
async
function
waitForPendingChatStream(
72
chatId: string,
Callers
1
start
Function · 0.90
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected