Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getSaveFilePath
Method
getSaveFilePath
src/cinder/app/AppBase.cpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
fs::path AppBase::getSaveFilePath( const fs::path &initialPath, const vector<string> &extensions )
299
{
300
return Platform::get()->getSaveFilePath( initialPath, extensions );
301
}
302
303
std::ostream& AppBase::console()
304
{
Callers
2
keyDown
Method · 0.45
getSaveFilePath
Function · 0.45
Calls
1
get
Function · 0.50
Tested by
1
keyDown
Method · 0.36