Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ setSkipLevel
Method
setSkipLevel
src/GraphServer/ClientConnection.java:72–75 ·
view source on GitHub ↗
(boolean skip)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
void
setSkipLevel(boolean skip)
73
{
74
this.skipLevel = skip;
75
}
76
77
public
boolean isFinished()
78
{
Callers
3
finishGame
Method · 0.95
checkSkipLevel
Method · 0.95
handleCommands
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected