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

Method transaction

website/worker-configuration.d.ts:472–472  ·  view source on GitHub ↗
(closure: (txn: DurableObjectTransaction) => Promise<T>)

Source from the content-addressed store, hash-verified

470 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
471 deleteAll(options?: DurableObjectPutOptions): Promise<void>;
472 transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>;
473 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
474 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
475 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected