Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ setMacro
Method
setMacro
src/jvm/clojure/lang/Var.java:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
public
void
setMacro() {
246
alterMeta(assoc, RT.list(macroKey, RT.T));
247
}
248
249
public
boolean isMacro(){
250
return
RT.booleanCast(meta().valAt(macroKey));
Callers
1
RT
Class · 0.80
Calls
2
list
Method · 0.95
alterMeta
Method · 0.65
Tested by
no test coverage detected