MCPcopy 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
654static public IPersistentMap meta(Object x){
655 if(x instanceof IMeta)
656 return ((IMeta) x).meta();
657 return null;
658}
659
660public static int count(Object o){
661 if(o instanceof Counted)

Callers 15

paramTagsOfMethod · 0.95
sigTagMethod · 0.95
InvokeExprMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
compileMethod · 0.95
analyzeMethod · 0.95
preserveTagMethod · 0.95
analyzeSeqMethod · 0.95
evalMethod · 0.95
tagOfMethod · 0.95
compile1Method · 0.95

Calls 1

metaMethod · 0.65

Tested by

no test coverage detected