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

Method setDeps

packages/db/src/collection/events.ts:130–132  ·  view source on GitHub ↗
(deps: { collection: Collection<any, any, any, any, any> })

Source from the content-addressed store, hash-verified

128 }
129
130 setDeps(deps: { collection: Collection<any, any, any, any, any> }) {
131 this.collection = deps.collection
132 }
133
134 /**
135 * Emit an event to all listeners

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected