MCPcopy Create free account
hub / github.com/LFYSec/MScan / Zero

Class Zero

src/test/resources/pta/contextsensitivity/OneCall.java:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28class Zero implements Number {
29 public int get() {
30 return 0;
31 }
32}
33
34class One implements Number {
35 public int get() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected