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

Method startSyncImmediate

packages/db/src/collection/index.ts:465–467  ·  view source on GitHub ↗

* Start sync immediately - internal method for compiled queries * This bypasses lazy loading for special cases like live query results

()

Source from the content-addressed store, hash-verified

463 * This bypasses lazy loading for special cases like live query results
464 */
465 public startSyncImmediate(): void {
466 this._sync.startSync()
467 }
468
469 /**
470 * Preload the collection data by starting sync if not already started

Calls 1

startSyncMethod · 0.80

Tested by 1