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

Method idFromName

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

Source from the content-addressed store, hash-verified

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>;
433 jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected