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

Method main

src/test/resources/sideeffect/LinkedList.java:24–30  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

22 }
23
24 public static void main(String args[]){
25 List list=new List();
26 list.add(new Point(1,2));
27 list.add(new Point(2,3));
28 sumX(list);
29 flipAll(list);
30 }
31}
32
33class List {

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
sumXMethod · 0.95
flipAllMethod · 0.95

Tested by

no test coverage detected