MCPcopy Index your code
hub / github.com/LFYSec/MScan / Cell

Class Cell

src/test/resources/sideeffect/PolyLoop.java:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34class Cell extends Node {
35 void foo() {
36 this.f = new A();
37 }
38}
39
40
41class A {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected