Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ set
Method
set
src/List.js:82–84 ·
view source on GitHub ↗
(index, value)
Source
from the content-addressed store, hash-verified
80
// @pragma Modification
81
82
set(index, value) {
83
return
updateList(this, index, value);
84
}
85
86
remove(index) {
87
return
!this.has(index)
Callers
nothing calls this directly
Calls
1
updateList
Function · 0.85
Tested by
no test coverage detected