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

Method main

src/test/resources/pta/contextsensitivity/OneCall.java:2–5  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1class OneCall {
2 public static void main(String[] args) {
3 C c = new C();
4 c.m();
5 }
6}
7
8class C {

Callers

nothing calls this directly

Calls 1

mMethod · 0.95

Tested by

no test coverage detected