MCPcopy 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
267public ISeq seq(){
268 ISeq s = root != null ? root.nodeSeq() : null;
269 return hasNull ? new Cons(MapEntry.create(null, nullValue), s) : s;
270}
271
272public IPersistentCollection empty(){
273 return EMPTY.withMeta(meta());

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
nodeSeqMethod · 0.65

Tested by

no test coverage detected