MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / App_exit

Method App_exit

src/app/script/api/app_script.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 void App_exit() {
247 Command* exitCommand = CommandsModule::instance()->getCommandByName(CommandId::Exit);
248 UIContext::instance()->executeCommand(exitCommand);
249 }
250
251 std::unordered_map<ui::Widget*, ScriptObject*> m_dialogScriptObjects;
252 doc::Site m_site;

Callers

nothing calls this directly

Calls 3

instanceFunction · 0.85
getCommandByNameMethod · 0.80
executeCommandMethod · 0.80

Tested by

no test coverage detected