MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / ForceClose

Method ForceClose

app/plugins/force_close/force_close.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace plugins
24{
25ForceClose::ForceClose() :
26 ForceCloseTags("Force Close",
27 "Force the application to close if it has been halted before exiting",
28 {},
29 {},
30 {{"force-close", "Force the close of the application if halted before exiting"}})
31{
32}
33
34bool ForceClose::handle_option(std::deque<std::string> &arguments)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected