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/PersistentTreeMap.java:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
public
IPersistentCollection empty(){
160
return
new
PersistentTreeMap(meta(), comp);
161
}
162
163
public
ISeq rseq() {
164
if
(_count > 0)
Callers
nothing calls this directly
Calls
1
meta
Method · 0.95
Tested by
no test coverage detected