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

Interface R2ObjectBody

worker-configuration.d.ts:2020–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2018interface Message<Body = unknown> {
2019 readonly id: string;
2020 readonly timestamp: Date;
2021 readonly body: Body;
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>[];
2028 readonly queue: string;
2029 readonly metadata: MessageBatchMetadata;
2030 retryAll(options?: QueueRetryOptions): void;
2031 ackAll(): void;

Callers 16

getSpecFunction · 0.65
callNonCodemodeToolFunction · 0.65
getAuthTokenFunction · 0.65
refreshAuthTokenFunction · 0.65
beginAuthorizationFunction · 0.65
scheduledFunction · 0.80
getNonCodemodeToolsFunction · 0.80
getProductsFunction · 0.80
callNonCodemodeToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected