MCPcopy Create free account
hub / github.com/cinder/Cinder / getSaveFilePath

Method getSaveFilePath

src/cinder/app/linux/PlatformLinux.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338fs::path PlatformLinux::getSaveFilePath( const fs::path &initialPath, const std::vector<std::string> &extensions )
339{
340 return DialogHelper::getSaveFilePath( initialPath, extensions );
341}
342
343std::map<std::string, std::string> PlatformLinux::getEnvironmentVariables()
344{

Callers

nothing calls this directly

Calls 1

getSaveFilePathFunction · 0.85

Tested by

no test coverage detected