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

Method setTag

src/jvm/clojure/lang/Var.java:269–271  ·  view source on GitHub ↗
(Symbol tag)

Source from the content-addressed store, hash-verified

267}
268
269public void setTag(Symbol tag) {
270 alterMeta(assoc, RT.list(RT.TAG_KEY, tag));
271}
272
273final public boolean hasRoot(){
274 return !(root instanceof Unbound);

Callers 1

RTClass · 0.80

Calls 2

listMethod · 0.95
alterMetaMethod · 0.65

Tested by

no test coverage detected