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/PersistentVector.java:583–585 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
581
}
582
583
public
IPersistentCollection empty(){
584
return
EMPTY.withMeta(meta());
585
}
586
587
//private Node pushTail(int level, Node node, Object[] tailNode, Box expansion){
588
// Object newchild;
Callers
nothing calls this directly
Calls
2
meta
Method · 0.95
withMeta
Method · 0.65
Tested by
no test coverage detected