MCPcopy Index your code
hub / github.com/clojure/clojure / seq

Method seq

src/jvm/clojure/lang/APersistentSet.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48public ISeq seq(){
49 return RT.keys(impl);
50}
51
52public Object invoke(Object arg1) {
53 return get(arg1);

Callers 2

hashCodeMethod · 0.95
toArrayMethod · 0.95

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected