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

Method deleteAll

worker-configuration.d.ts:594–594  ·  view source on GitHub ↗
(options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

592 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
593 getWebSockets(tag?: string): WebSocket[];
594 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;
595 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null;
596 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;
597 setHibernatableWebSocketEventTimeout(timeoutMs?: number): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected