Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
function
getSeqKey(tableId: string) {
62
return
`${REDIS_PREFIX}${tableId}:seq`
63
}
64
65
function
getMetaKey(tableId: string) {
66
return
`${REDIS_PREFIX}${tableId}:meta`
Callers
2
appendTableEvent
Function · 0.70
readTableEventsSince
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected