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

Method rollback

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

Source from the content-addressed store, hash-verified

465 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;
466 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
467 rollback(): void;
468 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
469 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
470 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected