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

Function makeRow

apps/sim/lib/webhooks/processor.test.ts:137–140  ·  view source on GitHub ↗
(workflowId: string, webhookId: string, createdAt: Date)

Source from the content-addressed store, hash-verified

135 })
136
137 const makeRow = (workflowId: string, webhookId: string, createdAt: Date) => ({
138 webhook: { id: webhookId, workflowId, path: 'shared-path', createdAt },
139 workflow: { id: workflowId },
140 })
141
142 it('returns all rows when they belong to a single workflow (credential set fan-out)', async () => {
143 mockWebhookLookupResult.rows = [

Callers 1

processor.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected