MCPcopy
hub / github.com/simstudioai/sim / getMetaKey

Function getMetaKey

apps/sim/lib/table/events.ts:65–67  ·  view source on GitHub ↗
(tableId: string)

Source from the content-addressed store, hash-verified

63}
64
65function getMetaKey(tableId: string) {
66 return `${REDIS_PREFIX}${tableId}:meta`
67}
68
69export type TableCellStatus = 'pending' | 'queued' | 'running' | 'completed' | 'cancelled' | 'error'
70

Callers 2

appendTableEventFunction · 0.70
readTableEventsSinceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected