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

Method constructor

packages/db/src/collection/events.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 private collection!: Collection<any, any, any, any, any>
125
126 constructor() {
127 super()
128 }
129
130 setDeps(deps: { collection: Collection<any, any, any, any, any> }) {
131 this.collection = deps.collection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected