MCPcopy
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.jsFile · 0.50
list.tsFile · 0.50
functional.tsFile · 0.50
get.tsFile · 0.50

Calls 4

isFunction · 0.90
wrapIndexFunction · 0.90
findMethod · 0.80
hasMethod · 0.65

Tested by

no test coverage detected