MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / sync

Method sync

apps/cloud/worker-configuration.d.ts:674–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
673 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
674 sync(): Promise<void>;
675 sql: SqlStorage;
676 kv: SyncKvStorage;
677 transactionSync<T>(closure: () => T): T;

Callers 15

migrationSpyFunction · 0.65
promise.test.tsFile · 0.65
refreshConnectionTokenFunction · 0.65
providersListFunction · 0.65
memoryProviderFunction · 0.65
executor.test.tsFile · 0.65
test-config.tsFile · 0.65
memoryProviderFunction · 0.65
makeInMemoryBlobStoreFunction · 0.65
oauth-flow.test.tsFile · 0.65

Implementers 2

FakeStoragepackages/hosts/cloudflare/src/mcp/agen
FakeStoragepackages/hosts/cloudflare/src/mcp/exec

Calls

no outgoing calls

Tested by 15

migrationSpyFunction · 0.52
memoryProviderFunction · 0.52
memoryProviderFunction · 0.52
memoryProviderFunction · 0.52
webHandlerForFunction · 0.52
webHandlerForFunction · 0.52
memoryProviderFunction · 0.52
memoryProviderFunction · 0.52
makeResumeEngineFunction · 0.52
makeEngineFunction · 0.52
makeEngineFunction · 0.52
makeSyncStoreFunction · 0.52