Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ setMeta
Method
setMeta
src/jvm/clojure/lang/Var.java:240–243 ·
view source on GitHub ↗
(IPersistentMap m)
Source
from the content-addressed store, hash-verified
238
}
239
240
public
void
setMeta(IPersistentMap m) {
241
//ensure these basis keys
242
resetMeta(m.assoc(nameKey, sym).assoc(nsKey, ns));
243
}
244
245
public
void
setMacro() {
246
alterMeta(assoc, RT.list(macroKey, RT.T));
Callers
5
internPrivate
Method · 0.95
Var
Method · 0.95
parse
Method · 0.95
eval
Method · 0.80
RT
Class · 0.80
Calls
2
resetMeta
Method · 0.65
assoc
Method · 0.65
Tested by
no test coverage detected