Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/cha/LongCallChain.java:29–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
class
A {
30
void
m1() {
31
m2();
32
}
33
34
void
m2() {
35
m3();
36
}
37
38
void
m3() {
39
m4();
40
}
41
42
void
m4() {
43
}
44
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected