MCPcopy Create free account
hub / github.com/audacity/audacity / saveProject

Method saveProject

au4/src/project/internal/projectactionscontroller.cpp:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool ProjectActionsController::saveProject(const muse::io::path_t& path)
224{
225 //! TODO AU4: this should ask for local/cloud save
226 //! use saveProject(SaveMode saveMode, SaveLocationType saveLocationType, bool force)
227 //! when implemented
228 //!
229 //! for now it saves at current file
230 return saveProjectLocally(path);
231}
232
233bool ProjectActionsController::saveProjectLocally(const muse::io::path_t& filePath, SaveMode saveMode)
234{

Callers

nothing calls this directly

Calls 4

SaveLocationClass · 0.85
isNewlyCreatedMethod · 0.80
askSaveLocationMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected