MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getFileName

Method getFileName

src/Base/Exception.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241std::string FileException::getFileName() const
242{
243 return file.fileName();
244}
245
246const char* FileException::what() const noexcept
247{

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected