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/PersistentStructMap.java:119–123 ·
view source on GitHub ↗
(IPersistentMap meta)
Source
from the content-addressed store, hash-verified
117
}
118
119
public
IObj withMeta(IPersistentMap meta){
120
if
(meta == _meta)
121
return
this;
122
return
makeNew(meta, def, vals, ext);
123
}
124
125
public
IPersistentMap meta(){
126
return
_meta;
Callers
nothing calls this directly
Calls
1
makeNew
Method · 0.95
Tested by
no test coverage detected