MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / GetExecutableFolder

Function GetExecutableFolder

Tools/Tool.cpp:87–92  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

85
86 //-----------------------------------------------------------------------------
87 fs::path GetExecutableFolder()
88 {
89 fs::path executablePath = GetExecutablePath();
90
91 return executablePath.parent_path();
92 }
93
94 //-------------------------------------------------------------------------
95 std::string ToLocalString(const std::wstring& str)

Callers 2

GetTemplateFolderFunction · 0.85
GetPluginsExportFolderFunction · 0.85

Calls 1

GetExecutablePathFunction · 0.85

Tested by

no test coverage detected