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

Method cursorAfter

apps/sim/lib/data-drains/types.ts:58–58  ·  view source on GitHub ↗

Returns the cursor that, when passed back, excludes `row` and everything before it.

(row: TRow)

Source from the content-addressed store, hash-verified

56 serialize(row: TRow): Record<string, unknown>
57 /** Returns the cursor that, when passed back, excludes `row` and everything before it. */
58 cursorAfter(row: TRow): Cursor
59}
60
61export interface DeliveryMetadata {

Callers 1

runDrainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected