Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ deleteIn
Function
deleteIn
src/methods/deleteIn.js:3–5 ·
view source on GitHub ↗
(keyPath)
Source
from the content-addressed store, hash-verified
1
import
{ removeIn } from
'../functional/removeIn'
;
2
3
export
function
deleteIn(keyPath) {
4
return
removeIn(this, keyPath);
5
}
Callers
nothing calls this directly
Calls
1
removeIn
Function · 0.90
Tested by
no test coverage detected