MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Exit_

Method Exit_

IntelPresentMon/CommonUtilities/cli/CliFramework.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 finalized_ = true;
90 }
91 int OptionsContainer::Exit_(const CLI::ParseError& e, bool captureDiagnostics)
92 {
93 if (captureDiagnostics) {
94 return app_.exit(e, diagnostics_, diagnostics_);
95 }
96 else {
97 return app_.exit(e);
98 }
99 }
100 std::string OptionsContainer::GetDiagnostics_() const
101 {
102 auto out = diagnostics_.str();

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected