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

Interface DurableObjectId

worker-configuration.d.ts:423–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 readonly name?: string;
422};
423interface DurableObjectId {
424 toString(): string;
425 equals(other: DurableObjectId): boolean;
426 readonly name?: string;
427}
428interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
429 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
430 idFromName(name: string): DurableObjectId;

Callers 6

initMethod · 0.80
removeLeadingUnderscoreFunction · 0.80
generateBadgeResponseFunction · 0.80
sha256HexFunction · 0.80
loaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected