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

Interface DurableObjectId

apps/cloud/worker-configuration.d.ts:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 readonly name?: string;
588};
589interface DurableObjectId {
590 toString(): string;
591 equals(other: DurableObjectId): boolean;
592 readonly name?: string;
593 readonly jurisdiction?: string;
594}
595declare abstract class DurableObjectNamespace<
596 T extends Rpc.DurableObjectBranded | undefined = undefined,
597> {

Callers 9

safeSchemaValueLabelFunction · 0.80
buildMcpHttpEndpointFunction · 0.80
normalizeUrlFunction · 0.80
detectGitRepositoryFunction · 0.80
client.tsxFile · 0.80
atoms.tsxFile · 0.80
oauthCallbackUrlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected