Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ timeCursorStabilityBound
Function
timeCursorStabilityBound
apps/sim/lib/data-drains/sources/cursor.ts:65–67 ·
view source on GitHub ↗
(timestampCol: PgColumn)
Source
from the content-addressed store, hash-verified
63
* both.
64
*/
65
export
function
timeCursorStabilityBound(timestampCol: PgColumn): SQL {
66
return
sql`${timestampCol} <= now() - interval
'5 minutes'
`
67
}
Callers
5
pages
Function · 0.90
pages
Function · 0.90
pages
Function · 0.90
pages
Function · 0.90
pages
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected