MCPcopy Create free account
hub / github.com/cloudflare/mcp / bytes

Method bytes

worker-configuration.d.ts:2024–2024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2022 readonly attempts: number;
2023 retry(options?: QueueRetryOptions): void;
2024 ack(): void;
2025}
2026interface QueueEvent<Body = unknown> extends ExtendableEvent {
2027 readonly messages: readonly Message<Body>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected