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

Method main

src/test/resources/pta/lambda/Args.java:10–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

8public class Args {
9
10 public static void main(String[] args) {
11 captureRecv();
12 captureNoRecv();
13 actualRecv();
14 actualNoRecv();
15 captureWithActualRecv();
16 captureWithActualNoRecv();
17 }
18
19 static void captureRecv() {
20 // method reference

Callers

nothing calls this directly

Calls 6

captureRecvMethod · 0.95
captureNoRecvMethod · 0.95
actualRecvMethod · 0.95
actualNoRecvMethod · 0.95
captureWithActualRecvMethod · 0.95

Tested by

no test coverage detected