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/PersistentArrayMap.java:286–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
public
IPersistentMap empty(){
287
return
(IPersistentMap) EMPTY.withMeta(meta());
288
}
289
290
final
public
Object valAt(Object key, Object notFound){
291
int
i = indexOf(key);
Callers
1
without
Method · 0.95
Calls
2
meta
Method · 0.95
withMeta
Method · 0.65
Tested by
no test coverage detected