MCPcopy Create free account
hub / github.com/fontsource/fontsource / sync

Method sync

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected