MCPcopy Create free account
hub / github.com/CodeIntelligenceTesting/jazzer / add

Method add

src/main/java/jaz/Zer.java:225–229  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

223 }
224
225 @Override
226 public boolean add(Object o) {
227 reportFindingIfEnabled();
228 return false;
229 }
230
231 @Override
232 public boolean remove(Object o) {

Calls 1