Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cpasjuste/pplay
/ isRunning
Method
isRunning
src/main.cpp:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
bool Main::isRunning() {
240
return running;
241
}
242
243
void Main::setRunningStop() {
244
printf(
"Main::setRunningStop()\n"
);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected