MCPcopy Index your code
hub / github.com/simstudioai/sim / cursorAfter

Function cursorAfter

apps/sim/lib/data-drains/sources/copilot-chats.ts:128–130  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

126 }
127 },
128 cursorAfter(row): Cursor {
129 return encodeTimeCursor({ ts: row.createdAt.toISOString(), id: row.id })
130 },
131}

Callers

nothing calls this directly

Calls 1

encodeTimeCursorFunction · 0.90

Tested by

no test coverage detected