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

Method inner

packages/db-ivm/src/operators/tap.ts:23–26  ·  view source on GitHub ↗
(collection: MultiSet<T>)

Source from the content-addressed store, hash-verified

21 }
22
23 inner(collection: MultiSet<T>): MultiSet<T> {
24 this.#f(collection)
25 return collection
26 }
27}
28
29/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected