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

Method getWebSockets

worker-configuration.d.ts:564–564  ·  view source on GitHub ↗
(tag?: string)

Source from the content-addressed store, hash-verified

562}
563declare abstract class DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
564 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
565 idFromName(name: string): DurableObjectId;
566 idFromString(id: string): DurableObjectId;
567 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected