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

Method constructor

packages/db/src/collection/changes.ts:36–36  ·  view source on GitHub ↗

* Creates a new CollectionChangesManager instance

()

Source from the content-addressed store, hash-verified

34 * Creates a new CollectionChangesManager instance
35 */
36 constructor() {}
37
38 public setDeps(deps: {
39 lifecycle: CollectionLifecycleManager<TOutput, TKey, TSchema, TInput>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected