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

Class A

src/test/resources/cha/StaticCall.java:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16class A {
17 static void baz() {
18 B.qux();
19 }
20}
21
22class B {
23 static void qux() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected