MCPcopy 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
32function getAbortKey(streamId: string) {
33 return `${STREAM_OUTBOX_PREFIX}${streamId}:abort`
34}
35
36export type StreamConfig = {
37 ttlSeconds: number

Callers 5

clearBufferFunction · 0.85
scheduleBufferCleanupFunction · 0.85
writeAbortMarkerFunction · 0.85
hasAbortMarkerFunction · 0.85
clearAbortMarkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected