MCPcopy Create free account
hub / github.com/fmhy/edit / rollback

Method rollback

api/worker-configuration.d.ts:722–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

720 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>
721 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>
722 rollback(): void
723 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>
724 setAlarm(
725 scheduledTime: number | Date,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected