MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / jsonProjectsPath

Method jsonProjectsPath

app/src/DataModel/ProjectModel.cpp:742–745  ·  view source on GitHub ↗

* @brief Returns the workspace folder used for project files. */

Source from the content-addressed store, hash-verified

740 * @brief Returns the workspace folder used for project files.
741 */
742QString DataModel::ProjectModel::jsonProjectsPath() const
743{
744 return Misc::WorkspaceManager::instance().path("Projects");
745}
746
747/**
748 * @brief Allocates the next persistent uniqueId for a new group or dataset.

Callers 1

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected