Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
265
public
Object getTag(){
266
return
meta().valAt(RT.TAG_KEY);
267
}
268
269
public
void
setTag(Symbol tag) {
270
alterMeta(assoc, RT.list(RT.TAG_KEY, tag));
Callers
1
VarExpr
Method · 0.45
Calls
2
valAt
Method · 0.65
meta
Method · 0.65
Tested by
no test coverage detected