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

Method actualNoRecv

src/test/resources/pta/lambda/Args.java:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 static void actualNoRecv() {
52 BiConsumer<A, Object> bc = (a, o) -> {
53 a.hashCode();
54 o.hashCode();
55 };
56 bc.accept(new A(), new Object());
57 }
58
59 static void captureWithActualRecv() {
60 Args args = new Args();

Callers 1

mainMethod · 0.95

Calls 2

acceptMethod · 0.65
hashCodeMethod · 0.45

Tested by

no test coverage detected