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/PersistentHashMap.java:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
public
IPersistentCollection empty(){
273
return
EMPTY.withMeta(meta());
274
}
275
276
static
int
mask(
int
hash,
int
shift){
277
//return ((hash << shift) >>> 27);// & 0x01f;
Callers
nothing calls this directly
Calls
2
meta
Method · 0.95
withMeta
Method · 0.65
Tested by
no test coverage detected