Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isMacro
Method
isMacro
src/jvm/clojure/lang/Var.java:249–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
public
boolean isMacro(){
250
return
RT.booleanCast(meta().valAt(macroKey));
251
}
252
253
//public void setExported(boolean state){
254
// _meta = _meta.assoc(privateKey, state);
Callers
2
isMacro
Method · 0.95
lookupVar
Method · 0.95
Calls
3
booleanCast
Method · 0.95
valAt
Method · 0.65
meta
Method · 0.65
Tested by
no test coverage detected