MCPcopy Index your code
hub / github.com/clojure/clojure / isPublic

Method isPublic

src/jvm/clojure/lang/Var.java:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255//}
256
257public boolean isPublic(){
258 return !RT.booleanCast(meta().valAt(privateKey));
259}
260
261final public Object getRawRoot(){
262 return root;

Callers 10

isMacroMethod · 0.95
isInlineMethod · 0.95
resolveInMethod · 0.95
InstanceMethodExprMethod · 0.80
hasJavaClassMethod · 0.80
constantTypeMethod · 0.80
considerMethodMethod · 0.80
invokeMatchingMethodMethod · 0.80
isMatchMethod · 0.80
isAccessibleMatchMethod · 0.80

Calls 3

booleanCastMethod · 0.95
valAtMethod · 0.65
metaMethod · 0.65

Tested by

no test coverage detected