Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immerjs/immer
/ first
Function
first
__tests__/base.js:3861–3863 ·
view source on GitHub ↗
(set)
Source
from the content-addressed store, hash-verified
3859
const
base = {map}
3860
3861
function
first(set) {
3862
return
Array.from(set.values())[0]
3863
}
3864
3865
function
second(set) {
3866
return
Array.from(set.values())[1]
Callers
1
runBaseTest
Function · 0.85
Calls
1
values
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…