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

Method deliver

apps/sim/lib/data-drains/types.ts:82–82  ·  view source on GitHub ↗
(input: {
    body: Buffer
    contentType: 'application/x-ndjson'
    metadata: DeliveryMetadata
    signal: AbortSignal
  })

Source from the content-addressed store, hash-verified

80
81interface DrainDeliverySession {
82 deliver(input: {
83 body: Buffer
84 contentType: 'application/x-ndjson'
85 metadata: DeliveryMetadata

Callers 8

runDrainFunction · 0.80
azure_blob.test.tsFile · 0.80
gcs.test.tsFile · 0.80
bigquery.test.tsFile · 0.80
s3.test.tsFile · 0.80
snowflake.test.tsFile · 0.80
webhook.test.tsFile · 0.80
datadog.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected