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

Function getMetaKey

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

Source from the content-addressed store, hash-verified

165}
166
167function getMetaKey(executionId: string) {
168 return `${REDIS_PREFIX}${executionId}:meta`
169}
170
171export type ExecutionStreamStatus = 'active' | 'complete' | 'error' | 'cancelled'
172

Callers 5

setExecutionMetaFunction · 0.70
readExecutionMetaStateFunction · 0.70
readExecutionEventsStateFunction · 0.70
doFlushFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected