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

Interface DurableObjectId

enter.pollinations.ai/worker-runtime.d.ts:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 readonly name?: string;
469};
470interface DurableObjectId {
471 toString(): string;
472 equals(other: DurableObjectId): boolean;
473 readonly name?: string;
474}
475declare abstract class DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
476 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
477 idFromName(name: string): DurableObjectId;

Callers 9

stripKeyFromUrlFunction · 0.65
buildQueryParamsMethod · 0.65
authorizeUrlMethod · 0.65
authorizeDeviceMethod · 0.65
pollMethod · 0.65
accountUsageMethod · 0.65
accountUsageDailyMethod · 0.65
accountKeyUsageMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected