Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
OneCall {
2
public
static
void
main(String[] args) {
3
C c =
new
C();
4
c.m();
5
}
6
}
7
8
class
C {
Callers
nothing calls this directly
Calls
1
m
Method · 0.95
Tested by
no test coverage detected