Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeIntelligenceTesting/jazzer
/ subList
Method
subList
src/main/java/jaz/Zer.java:303–307 ·
view source on GitHub ↗
(int fromIndex, int toIndex)
Source
from the content-addressed store, hash-verified
301
}
302
303
@Override
304
public
List subList(
int
fromIndex,
int
toIndex) {
305
reportFindingIfEnabled();
306
return
this;
307
}
308
309
@Override
310
public
boolean retainAll(Collection c) {
Callers
6
testMakeMutableRepeatedFieldView
Method · 0.80
startLibFuzzer
Method · 0.80
tryCreate
Method · 0.80
insertChunk
Method · 0.80
onCorrespondingChunks
Method · 0.80
deleteRandomChunk
Method · 0.80
Calls
1
reportFindingIfEnabled
Method · 0.95
Tested by
1
testMakeMutableRepeatedFieldView
Method · 0.64