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/APersistentSet.java:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
public
ISeq seq(){
49
return
RT.keys(impl);
50
}
51
52
public
Object invoke(Object arg1) {
53
return
get(arg1);
Callers
2
hashCode
Method · 0.95
toArray
Method · 0.95
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected