Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ startSim
Method
startSim
src/main/java/com/volmit/adapt/Adapt.java:144–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
143
144
public
void
startSim() {
145
ticker =
new
Ticker();
146
adaptServer =
new
AdaptServer();
147
}
148
149
public
void
stopSim() {
150
ticker.clear();
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected