MCPcopy Create free account
hub / github.com/cloudflare/computer / equals

Method equals

examples/think/worker-configuration.d.ts:515–515  ·  view source on GitHub ↗
(other: DurableObjectId)

Source from the content-addressed store, hash-verified

513interface DurableObjectId {
514 toString(): string;
515 equals(other: DurableObjectId): boolean;
516 readonly name?: string;
517 readonly jurisdiction?: string;
518}

Callers 3

writeRange.test.tsFile · 0.65
buffersEqualFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected