Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ startRunning
Method
startRunning
src/Graphwar/GraphTimer.java:78–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
public
void
startRunning()
79
{
80
if
(this.running == false)
81
{
82
this.running = true;
83
84
timer.start();
85
}
86
}
87
88
public
void
stopRunning()
89
{
Callers
1
startPanel
Method · 0.80
Calls
1
start
Method · 0.80
Tested by
no test coverage detected