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

Function meta

apps/sim/lib/data-drains/destinations/s3.test.ts:65–72  ·  view source on GitHub ↗
(sequence: number)

Source from the content-addressed store, hash-verified

63
64 const body = Buffer.from('row\n', 'utf8')
65 const meta = (sequence: number) => ({
66 drainId: 'd1',
67 runId: 'r1',
68 source: 'workflow_logs' as const,
69 sequence,
70 rowCount: 1,
71 runStartedAt: new Date('2025-06-15T12:00:00Z'),
72 })
73 const signal = new AbortController().signal
74
75 const res1 = await session.deliver({

Callers 1

s3.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected