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/RT.java:654–658 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
652
}
653
654
static
public
IPersistentMap meta(Object x){
655
if
(x instanceof IMeta)
656
return
((IMeta) x).meta();
657
return
null;
658
}
659
660
public
static
int
count(Object o){
661
if
(o instanceof Counted)
Callers
15
paramTagsOf
Method · 0.95
sigTag
Method · 0.95
InvokeExpr
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
compile
Method · 0.95
analyze
Method · 0.95
preserveTag
Method · 0.95
analyzeSeq
Method · 0.95
eval
Method · 0.95
tagOf
Method · 0.95
compile1
Method · 0.95
Calls
1
meta
Method · 0.65
Tested by
no test coverage detected