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

Method idFromString

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

Source from the content-addressed store, hash-verified

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>;
434}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected