Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ seq
Method
seq
src/jvm/clojure/lang/PersistentHashMap.java:267–270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
265
}
266
267
public
ISeq seq(){
268
ISeq s = root != null ? root.nodeSeq() : null;
269
return
hasNull ?
new
Cons(MapEntry.create(null, nullValue), s) : s;
270
}
271
272
public
IPersistentCollection empty(){
273
return
EMPTY.withMeta(meta());
Callers
nothing calls this directly
Calls
2
create
Method · 0.95
nodeSeq
Method · 0.65
Tested by
no test coverage detected