Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
wrapIndex
Function · 0.90
has
Method · 0.65
Tested by
no test coverage detected