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

Method clone

src/main/java/jaz/Zer.java:368–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 }
367
368 @Override
369 @SuppressWarnings("MethodDoesntCallSuperMethod")
370 public Object clone() {
371 reportFindingIfEnabled();
372 return this;
373 }
374
375 public Zer reversed() {
376 reportFindingIfEnabled();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected