Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ remove
Method
remove
src/Map.js:68–70 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
66
}
67
68
remove(k) {
69
return
updateMap(this, k, NOT_SET);
70
}
71
72
deleteAll(keys) {
73
const
collection = Collection(keys);
Callers
nothing calls this directly
Calls
1
updateMap
Function · 0.85
Tested by
no test coverage detected