Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ set
Method
set
src/Map.js:64–66 ·
view source on GitHub ↗
(k, v)
Source
from the content-addressed store, hash-verified
62
// @pragma Modification
63
64
set(k, v) {
65
return
updateMap(this, k, v);
66
}
67
68
remove(k) {
69
return
updateMap(this, k, NOT_SET);
Callers
nothing calls this directly
Calls
1
updateMap
Function · 0.85
Tested by
no test coverage detected