MCPcopy Create free account
hub / github.com/fontsource/fontsource / send

Method send

website/worker-configuration.d.ts:6680–6680  ·  view source on GitHub ↗

* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline

(records: T[])

Source from the content-addressed store, hash-verified

6678 * @param records The records to send to the pipeline
6679 */
6680 send(records: T[]): Promise<void>;
6681 }
6682}
6683// PubSubMessage represents an incoming PubSub message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected