Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/immutable-js/immutable-js
/ remove
Method
remove
src/OrderedMap.js:60–62 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
58
}
59
60
remove(k) {
61
return
updateOrderedMap(this, k, NOT_SET);
62
}
63
64
__iterate(fn, reverse) {
65
return
this._list.__iterate(
Callers
nothing calls this directly
Calls
1
updateOrderedMap
Function · 0.85
Tested by
no test coverage detected