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

Class A

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

Source from the content-addressed store, hash-verified

14}
15
16class A {
17 B b;
18
19 A(B b) {
20 this.b = b;
21 }
22}
23
24class B {
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected