Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/pta/contextsensitivity/TwoCallOnly.java:17–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
class
A {
18
X x;
19
20
A(X x) {
21
this.x = x;
22
}
23
24
X fun(B b) {
25
return
b.get(this.x);
26
}
27
}
28
29
class
X {
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected