Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ main
Method
main
src/test/resources/pta/contextsensitivity/TwoType.java:6–9 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
4
5
class
TwoType {
6
public
static
void
main(String[] args) {
7
new
A().a();
8
new
B().b();
9
}
10
}
11
12
class
A {
Callers
nothing calls this directly
Calls
2
a
Method · 0.80
b
Method · 0.80
Tested by
no test coverage detected