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/LazySeq.java:41–45 ·
view source on GitHub ↗
(IPersistentMap meta)
Source
from the content-addressed store, hash-verified
39
}
40
41
public
Obj withMeta(IPersistentMap meta){
42
if
(meta() == meta)
43
return
this;
44
return
new
LazySeq(meta, seq());
45
}
46
47
// MUST be locked when called!
48
final
private
void
force() {
Callers
nothing calls this directly
Calls
2
seq
Method · 0.95
meta
Method · 0.65
Tested by
no test coverage detected