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

Method getWebSocketAutoResponse

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

Source from the content-addressed store, hash-verified

564 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
565 idFromName(name: string): DurableObjectId;
566 idFromString(id: string): DurableObjectId;
567 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
568 getByName(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
569 jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected