MCPcopy Create free account
hub / github.com/LFYSec/MScan / foo

Method foo

src/test/resources/world/TestDumper.java:14–20  ·  view source on GitHub ↗
(int x, Object o)

Source from the content-addressed store, hash-verified

12 }
13
14 protected final int foo(int x, Object o) {
15 int y = x + o.hashCode();
16 if (y > 0) {
17 y = 1;
18 }
19 return y;
20 }
21
22 abstract int abs(int x, double y);
23

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected