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

Class A

src/test/resources/pta/basic/Call.java:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11class A {
12
13 C foo(B b, C c) {
14 return c;
15 }
16}
17
18class B {
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected