Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cpasjuste/pplay
/ setRunningStop
Method
setRunningStop
src/main.cpp:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void Main::setRunningStop() {
244
printf(
"Main::setRunningStop()\n"
);
245
running = false;
246
}
247
248
void Main::quit() {
249
// TODO: save network path
Callers
1
onStopEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected