Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ flip
Method
flip
src/test/resources/sideeffect/LinkedList.java:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
float x,y;
78
void
flip(){
79
float t=x;x=y;y=t;
80
}
81
}
Callers
1
flipAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected