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

Function getSeqKey

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

Source from the content-addressed store, hash-verified

161}
162
163function getSeqKey(executionId: string) {
164 return `${REDIS_PREFIX}${executionId}:seq`
165}
166
167function getMetaKey(executionId: string) {
168 return `${REDIS_PREFIX}${executionId}:meta`

Callers 3

reserveIdsFunction · 0.70
doFlushFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected