Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
captureRecv
Method · 0.95
Calls
2
consume
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected