MCPcopy
hub / github.com/immutable-js/immutable-js / get

Method get

src/Map.js:565–567  ·  view source on GitHub ↗
(shift, keyHash, key, notSetValue)

Source from the content-addressed store, hash-verified

563 }
564
565 get(shift, keyHash, key, notSetValue) {
566 return is(key, this.entry[0]) ? this.entry[1] : notSetValue;
567 }
568
569 update(ownerID, shift, keyHash, key, value, didChangeSize, didAlter) {
570 const removed = value === NOT_SET;

Callers

nothing calls this directly

Calls 1

isFunction · 0.90

Tested by

no test coverage detected