Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeIntelligenceTesting/jazzer
/ removeAll
Method
removeAll
src/main/java/jaz/Zer.java:315–319 ·
view source on GitHub ↗
(Collection c)
Source
from the content-addressed store, hash-verified
313
}
314
315
@Override
316
public
boolean removeAll(Collection c) {
317
reportFindingIfEnabled();
318
return
false;
319
}
320
321
@Override
322
public
boolean containsAll(Collection c) {
Callers
1
prepare
Method · 0.80
Calls
1
reportFindingIfEnabled
Method · 0.95
Tested by
1
prepare
Method · 0.64