MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / equals

Method equals

apps/cloud/worker-configuration.d.ts:591–591  ·  view source on GitHub ↗
(other: DurableObjectId)

Source from the content-addressed store, hash-verified

589interface DurableObjectId {
590 toString(): string;
591 equals(other: DurableObjectId): boolean;
592 readonly name?: string;
593 readonly jurisdiction?: string;
594}

Calls

no outgoing calls

Tested by

no test coverage detected