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

Function getSeqKey

apps/sim/lib/copilot/request/session/buffer.ts:28–30  ·  view source on GitHub ↗
(streamId: string)

Source from the content-addressed store, hash-verified

26}
27
28function getSeqKey(streamId: string) {
29 return `${STREAM_OUTBOX_PREFIX}${streamId}:seq`
30}
31
32function getAbortKey(streamId: string) {
33 return `${STREAM_OUTBOX_PREFIX}${streamId}:abort`

Callers 5

allocateCursorFunction · 0.70
clearBufferFunction · 0.70
scheduleBufferCleanupFunction · 0.70
appendEventsFunction · 0.70
getLatestSeqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected