Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LFYSec/MScan
/ Node
Class
Node
src/test/resources/sideeffect/PolyLoop.java:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
abstract
class
Node {
23
public
A f;
24
25
abstract
void
foo();
26
}
27
28
class
Body extends Node {
29
void
foo() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected