Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ A
Class
A
src/test/resources/cha/Recursion.java:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
class
A {
10
void
foo() {
11
B b =
new
B();
12
b.bar();
13
}
14
}
15
16
class
B {
17
void
bar() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected