MCPcopy Create free account
hub / github.com/idosal/git-mcp / transaction

Method transaction

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

Source from the content-addressed store, hash-verified

479 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
480 deleteAll(options?: DurableObjectPutOptions): Promise<void>;
481 transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>;
482 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
483 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
484 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected