MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / sync

Method sync

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

Source from the content-addressed store, hash-verified

477 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
478 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
479 sync(): Promise<void>;
480 sql: SqlStorage;
481 transactionSync<T>(closure: () => T): T;
482 getCurrentBookmark(): Promise<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected