MCPcopy 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
22abstract class Node {
23 public A f;
24
25 abstract void foo();
26}
27
28class Body extends Node {
29 void foo() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected