MCPcopy Create free account
hub / github.com/TanStack/db / startOfflineExecutor

Function startOfflineExecutor

packages/offline-transactions/src/OfflineExecutor.ts:625–627  ·  view source on GitHub ↗
(config: OfflineConfig)

Source from the content-addressed store, hash-verified

623}
624
625export function startOfflineExecutor(config: OfflineConfig): OfflineExecutor {
626 return new OfflineExecutor(config)
627}

Calls

no outgoing calls

Tested by

no test coverage detected