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

Function getEventsKey

apps/sim/lib/execution/event-buffer.ts:159–161  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

157`
158
159function getEventsKey(executionId: string) {
160 return `${REDIS_PREFIX}${executionId}:events`
161}
162
163function getSeqKey(executionId: string) {
164 return `${REDIS_PREFIX}${executionId}:seq`

Callers 3

readExecutionEventsStateFunction · 0.70
doFlushFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected