Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ empty
Method
empty
src/jvm/clojure/lang/PersistentQueue.java:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
public
IPersistentCollection empty(){
139
return
EMPTY.withMeta(meta());
140
}
141
142
public
PersistentQueue withMeta(IPersistentMap meta){
143
if
(meta() == meta)
Callers
nothing calls this directly
Calls
2
withMeta
Method · 0.65
meta
Method · 0.65
Tested by
no test coverage detected