MCPcopy Create free account
hub / github.com/cloudflare/claude-managed-agents / sync

Method sync

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

Source from the content-addressed store, hash-verified

791 ): Promise<void>;
792 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
793 sync(): Promise<void>;
794 sql: SqlStorage;
795 kv: SyncKvStorage;
796 transactionSync<T>(closure: () => T): T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected