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