Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ inner
Method
inner
packages/db-ivm/src/operators/map.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<U> {
24
return
collection.map(this.#f)
25
}
26
}
27
28
/**
Callers
1
run
Function · 0.45
Calls
1
map
Method · 0.45
Tested by
no test coverage detected