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

Interface DurableObjectId

website/worker-configuration.d.ts:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

getHeaderFunction · 0.80
addHashbangFunction · 0.80
compileSassFunction · 0.80
compileSassFunction · 0.80
addHashbangFunction · 0.80
router.tsFile · 0.80
router.tsFile · 0.80
router.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected