Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ getEventsKey
Function
getEventsKey
apps/sim/lib/table/events.ts:57–59 ·
view source on GitHub ↗
(tableId: string)
Source
from the content-addressed store, hash-verified
55
`
56
57
function
getEventsKey(tableId: string) {
58
return
`${REDIS_PREFIX}${tableId}:events`
59
}
60
61
function
getSeqKey(tableId: string) {
62
return
`${REDIS_PREFIX}${tableId}:seq`
Callers
2
appendTableEvent
Function · 0.70
readTableEventsSince
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected