Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ get
Function
get
src/CollectionImpl.js:372–374 ·
view source on GitHub ↗
(searchKey, notSetValue)
Source
from the content-addressed store, hash-verified
370
},
371
372
get(searchKey, notSetValue) {
373
return
this.find((_, key) => is(key, searchKey), undefined, notSetValue);
374
},
375
376
getIn: getIn,
377
Callers
4
immutable-flow.js
File · 0.50
list.ts
File · 0.50
functional.ts
File · 0.50
get.ts
File · 0.50
Calls
4
is
Function · 0.90
wrapIndex
Function · 0.90
find
Method · 0.80
has
Method · 0.65
Tested by
no test coverage detected