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/Symbol.java:130–132 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
128
}
129
130
public
Object invoke(Object obj) {
131
return
RT.get(obj, this);
132
}
133
134
public
Object invoke(Object obj, Object notFound) {
135
return
RT.get(obj, this, notFound);
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected