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

Method getTag

src/jvm/clojure/lang/Var.java:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265public Object getTag(){
266 return meta().valAt(RT.TAG_KEY);
267}
268
269public void setTag(Symbol tag) {
270 alterMeta(assoc, RT.list(RT.TAG_KEY, tag));

Callers 1

VarExprMethod · 0.45

Calls 2

valAtMethod · 0.65
metaMethod · 0.65

Tested by

no test coverage detected