Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ invoke
Method
invoke
src/jvm/clojure/lang/APersistentSet.java:52–54 ·
view source on GitHub ↗
(Object arg1)
Source
from the content-addressed store, hash-verified
50
}
51
52
public
Object invoke(Object arg1) {
53
return
get(arg1);
54
}
55
56
public
boolean equals(Object obj){
57
return
setEquals(this, obj);
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected