MCPcopy Create free account
hub / github.com/idosal/git-mcp / newUniqueId

Method newUniqueId

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

Source from the content-addressed store, hash-verified

427}
428interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
429 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
430 idFromName(name: string): DurableObjectId;
431 idFromString(id: string): DurableObjectId;
432 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected