Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ meta
Method
meta
src/jvm/clojure/lang/Obj.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
final
public
IPersistentMap meta(){
32
return
_meta;
33
}
34
35
abstract
public
Obj withMeta(IPersistentMap meta);
36
Callers
1
print
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected