MCPcopy 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

ensureEditableMethod · 0.95
doWithoutMethod · 0.95

Tested by

no test coverage detected