Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
257
public
boolean isPublic(){
258
return
!RT.booleanCast(meta().valAt(privateKey));
259
}
260
261
final
public
Object getRawRoot(){
262
return
root;
Callers
10
isMacro
Method · 0.95
isInline
Method · 0.95
resolveIn
Method · 0.95
InstanceMethodExpr
Method · 0.80
hasJavaClass
Method · 0.80
constantType
Method · 0.80
considerMethod
Method · 0.80
invokeMatchingMethod
Method · 0.80
isMatch
Method · 0.80
isAccessibleMatch
Method · 0.80
Calls
3
booleanCast
Method · 0.95
valAt
Method · 0.65
meta
Method · 0.65
Tested by
no test coverage detected