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

Method sync

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

Source from the content-addressed store, hash-verified

483 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
484 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
485 sync(): Promise<void>;
486 sql: SqlStorage;
487 transactionSync<T>(closure: () => T): T;
488 getCurrentBookmark(): Promise<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected