Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ actualRecv
Method
actualRecv
src/test/resources/pta/lambda/Args.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
static
void
actualRecv() {
47
BiConsumer<A, B> bc = A::oneArg;
48
bc.accept(
new
A(),
new
B());
49
}
50
51
static
void
actualNoRecv() {
52
BiConsumer<A, Object> bc = (a, o) -> {
Callers
1
main
Method · 0.95
Calls
1
accept
Method · 0.65
Tested by
no test coverage detected