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

Class C

src/test/resources/cha/SpecialCall.java:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25class C extends B {
26
27 C() {
28 super.foo();
29 }
30
31 void foo() {
32 }
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected