Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
269
public
void
setTag(Symbol tag) {
270
alterMeta(assoc, RT.list(RT.TAG_KEY, tag));
271
}
272
273
final
public
boolean hasRoot(){
274
return
!(root instanceof Unbound);
Callers
1
RT
Class · 0.80
Calls
2
list
Method · 0.95
alterMeta
Method · 0.65
Tested by
no test coverage detected