Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ inner
Method
inner
packages/db-ivm/src/operators/filter.ts:23–25 ·
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
return
collection.filter(this.#f)
25
}
26
}
27
28
/**
Callers
nothing calls this directly
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected