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

Method pages

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

* Pages rows strictly newer than `cursor` in cursor-ascending order. * An empty iterator means no new rows.

(input: SourcePageInput)

Source from the content-addressed store, hash-verified

52 * An empty iterator means no new rows.
53 */
54 pages(input: SourcePageInput): AsyncIterable<TRow[]>
55 /** Stable JSON-safe shape sent to destinations. Public NDJSON contract. */
56 serialize(row: TRow): Record<string, unknown>
57 /** Returns the cursor that, when passed back, excludes `row` and everything before it. */

Callers 3

runDrainFunction · 0.80
route.tsFile · 0.80
route.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected