MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/tests/proxy-worker.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export class TestStorageDO extends DurableObject<Env> {
26 override async fetch(request: Request): Promise<Response> {
27 const url = new URL(request.url);
28 if (url.pathname === "/ws") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected