MCPcopy Create free account
hub / github.com/fontsource/fontsource / equals

Method equals

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

Source from the content-addressed store, hash-verified

413interface DurableObjectId {
414 toString(): string;
415 equals(other: DurableObjectId): boolean;
416 readonly name?: string;
417}
418interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected