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

Function meta

apps/sim/lib/data-drains/destinations/datadog.test.ts:15–22  ·  view source on GitHub ↗
(sequence: number)

Source from the content-addressed store, hash-verified

13const credentials = { apiKey: 'dd-key' }
14
15const meta = (sequence: number) => ({
16 drainId: 'd1',
17 runId: 'r1',
18 source: 'workflow_logs' as const,
19 sequence,
20 rowCount: 2,
21 runStartedAt: new Date('2025-06-15T12:00:00Z'),
22})
23
24beforeEach(() => {
25 vi.clearAllMocks()

Callers 1

datadog.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected