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

Function GetFilename

Tools/ExceptionBase.cpp:31–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30 //-------------------------------------------------------------------------
31 std::wstring GetFilename(const char* path)
32 {
33 return std::filesystem::path{ path }.filename().wstring();
34 }
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected