Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
class
List {
Callers
nothing calls this directly
Calls
3
add
Method · 0.95
sumX
Method · 0.95
flipAll
Method · 0.95
Tested by
no test coverage detected