Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getRealPath
Method
getRealPath
src/eepp/system/fileinfo.cpp:255–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
std::string FileInfo::getRealPath() const {
256
return FileSystem::getRealPath( getFilepath() );
257
}
258
259
bool FileInfo::exists() const {
260
if ( isDirectory() )
Callers
1
copyFile
Method · 0.45
Calls
1
getFilepath
Function · 0.85
Tested by
no test coverage detected