Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getAbortKey
Function
getAbortKey
apps/sim/lib/copilot/request/session/buffer.ts:32–34 ·
view source on GitHub ↗
(streamId: string)
Source
from the content-addressed store, hash-verified
30
}
31
32
function
getAbortKey(streamId: string) {
33
return
`${STREAM_OUTBOX_PREFIX}${streamId}:abort`
34
}
35
36
export
type
StreamConfig = {
37
ttlSeconds: number
Callers
5
clearBuffer
Function · 0.85
scheduleBufferCleanup
Function · 0.85
writeAbortMarker
Function · 0.85
hasAbortMarker
Function · 0.85
clearAbortMarker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected