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