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/PersistentQueue.java:184–188 ·
view source on GitHub ↗
(IPersistentMap meta)
Source
from the content-addressed store, hash-verified
182
}
183
184
public
Seq withMeta(IPersistentMap meta){
185
if
(meta() == meta)
186
return
this;
187
return
new
Seq(meta, f, rseq);
188
}
189
}
190
191
// java.util.Collection implementation
Callers
nothing calls this directly
Calls
1
meta
Method · 0.65
Tested by
no test coverage detected