Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ addAll
Method
addAll
src/jvm/clojure/lang/ASeq.java:166–168 ·
view source on GitHub ↗
(Collection c)
Source
from the content-addressed store, hash-verified
164
}
165
166
public
boolean addAll(Collection c){
167
throw
new
UnsupportedOperationException();
168
}
169
170
public
void
clear(){
171
throw
new
UnsupportedOperationException();
Callers
4
entrySet
Method · 0.45
interfaces
Method · 0.45
getMethods
Method · 0.45
readCondDelimited
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected