Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ quit
Method
quit
libraries/appbase/application.cpp:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
void application::quit() {
384
my->_is_quiting = true;
385
io_serv->stop();
386
}
387
388
bool application::is_quiting() const {
389
return my->_is_quiting;
Callers
1
~ntp
Method · 0.80
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected