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

Method A

src/test/resources/pta/lambda/LambdaConstructor.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 B b;
42
43 A() {
44 this.b = new B();
45 }
46
47 A(B b) {
48 this.b = b;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected