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

Method get

src/Seq.js:165–167  ·  view source on GitHub ↗
(index, notSetValue)

Source from the content-addressed store, hash-verified

163 }
164
165 get(index, notSetValue) {
166 return this.has(index) ? this._array[wrapIndex(this, index)] : notSetValue;
167 }
168
169 __iterate(fn, reverse) {
170 const array = this._array;

Callers

nothing calls this directly

Calls 2

wrapIndexFunction · 0.90
hasMethod · 0.65

Tested by

no test coverage detected