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

Method callOnThis

src/test/resources/pta/lambda/Args.java:30–33  ·  view source on GitHub ↗
(B b)

Source from the content-addressed store, hash-verified

28 }
29
30 void callOnThis(B b) {
31 Runnable r = () -> consume(b);
32 r.run();
33 }
34
35 void consume(B b) {
36 }

Callers 1

captureRecvMethod · 0.95

Calls 2

consumeMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected