Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ get
Method
get
src/jvm/clojure/lang/APersistentSet.java:40–42 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
Object get(Object key){
41
return
impl.valAt(key);
42
}
43
44
public
int
count(){
45
return
impl.count();
Callers
1
invoke
Method · 0.95
Calls
1
valAt
Method · 0.65
Tested by
no test coverage detected