Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ callOnThis2
Method
callOnThis2
src/test/resources/pta/lambda/Args.java:64–68 ·
view source on GitHub ↗
(B b)
Source
from the content-addressed store, hash-verified
62
}
63
64
void
callOnThis2(B b) {
65
// capture receiver and b
66
Consumer<B> c = (bb) -> consume2(b, bb);
67
c.accept(
new
B());
68
}
69
70
void
consume2(B b1, B b2) {
71
}
Callers
1
captureWithActualRecv
Method · 0.95
Calls
2
consume2
Method · 0.95
accept
Method · 0.65
Tested by
no test coverage detected