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