MCPcopy 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
245public void setMacro() {
246 alterMeta(assoc, RT.list(macroKey, RT.T));
247}
248
249public boolean isMacro(){
250 return RT.booleanCast(meta().valAt(macroKey));

Callers 1

RTClass · 0.80

Calls 2

listMethod · 0.95
alterMetaMethod · 0.65

Tested by

no test coverage detected