Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ expandPath
Function
expandPath
src/cinder/Utilities.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
namespace cinder {
44
45
fs::path expandPath( const fs::path &path )
46
{
47
return app::Platform::get()->expandPath( path );
48
}
49
50
fs::path getHomeDirectory()
51
{
Callers
3
writeFileStream
Function · 0.85
readWriteFileStream
Function · 0.85
getEnvironmentVariables
Method · 0.85
Calls
2
get
Function · 0.50
expandPath
Method · 0.45
Tested by
no test coverage detected