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

Function getSeqKey

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

Source from the content-addressed store, hash-verified

59}
60
61function getSeqKey(tableId: string) {
62 return `${REDIS_PREFIX}${tableId}:seq`
63}
64
65function getMetaKey(tableId: string) {
66 return `${REDIS_PREFIX}${tableId}:meta`

Callers 2

appendTableEventFunction · 0.70
readTableEventsSinceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected