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

Method equals

worker-configuration.d.ts:425–425  ·  view source on GitHub ↗
(other: DurableObjectId)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected