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

Method serialize

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

Stable JSON-safe shape sent to destinations. Public NDJSON contract.

(row: TRow)

Source from the content-addressed store, hash-verified

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. */
58 cursorAfter(row: TRow): Cursor
59}

Callers 1

runDrainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected