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

Method transaction

worker-configuration.d.ts:595–595  ·  view source on GitHub ↗
(closure: (txn: DurableObjectTransaction) => Promise<T>)

Source from the content-addressed store, hash-verified

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;
598 getHibernatableWebSocketEventTimeout(): number | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected