MCPcopy 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 */
65export function timeCursorStabilityBound(timestampCol: PgColumn): SQL {
66 return sql`${timestampCol} <= now() - interval '5 minutes'`
67}

Callers 5

pagesFunction · 0.90
pagesFunction · 0.90
pagesFunction · 0.90
pagesFunction · 0.90
pagesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected