Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ without
Method
without
src/jvm/clojure/lang/ATransientMap.java:67–70 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
65
}
66
67
public
final
ITransientMap without(Object key) {
68
ensureEditable();
69
return
doWithout(key);
70
}
71
72
public
final
IPersistentMap persistent() {
73
ensureEditable();
Callers
nothing calls this directly
Calls
2
ensureEditable
Method · 0.95
doWithout
Method · 0.95
Tested by
no test coverage detected