Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
std::string FileException::getFileName() const
242
{
243
return file.fileName();
244
}
245
246
const char* FileException::what() const noexcept
247
{
Callers
nothing calls this directly
Calls
1
fileName
Method · 0.45
Tested by
no test coverage detected