MCPcopy 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
298fs::path AppBase::getSaveFilePath( const fs::path &initialPath, const vector<string> &extensions )
299{
300 return Platform::get()->getSaveFilePath( initialPath, extensions );
301}
302
303std::ostream& AppBase::console()
304{

Callers 2

keyDownMethod · 0.45
getSaveFilePathFunction · 0.45

Calls 1

getFunction · 0.50

Tested by 1

keyDownMethod · 0.36