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

Function getEventsKey

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

Source from the content-addressed store, hash-verified

22}
23
24function getEventsKey(streamId: string) {
25 return `${STREAM_OUTBOX_PREFIX}${streamId}:events`
26}
27
28function getSeqKey(streamId: string) {
29 return `${STREAM_OUTBOX_PREFIX}${streamId}:seq`

Callers 5

clearBufferFunction · 0.70
scheduleBufferCleanupFunction · 0.70
appendEventsFunction · 0.70
readEventsFunction · 0.70
getOldestSeqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected