Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ withMeta
Method
withMeta
src/jvm/clojure/lang/Symbol.java:97–101 ·
view source on GitHub ↗
(IPersistentMap meta)
Source
from the content-addressed store, hash-verified
95
}
96
97
public
IObj withMeta(IPersistentMap meta){
98
if
(meta() == meta)
99
return
this;
100
return
new
Symbol(meta, ns, name);
101
}
102
103
private
Symbol(IPersistentMap meta, String ns, String name){
104
this.name = name;
Callers
nothing calls this directly
Calls
1
meta
Method · 0.95
Tested by
no test coverage detected