Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ disjoin
Method
disjoin
src/jvm/clojure/lang/ATransientSet.java:36–40 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
34
}
35
36
public
ITransientSet disjoin(Object key) {
37
ITransientMap m = impl.without(key);
38
if
(m != impl) this.impl = m;
39
return
this;
40
}
41
42
public
Object get(Object key) {
43
return
impl.valAt(key);
Callers
nothing calls this directly
Calls
1
without
Method · 0.65
Tested by
no test coverage detected