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

Method path

app/src/Misc/WorkspaceManager.cpp:73–76  ·  view source on GitHub ↗

* @brief Returns the base workspace path. */

Source from the content-addressed store, hash-verified

71 * @brief Returns the base workspace path.
72 */
73QString Misc::WorkspaceManager::path() const noexcept
74{
75 return m_path;
76}
77
78/**
79 * @brief Returns the user friendly workspace path.

Callers 15

beginSessionMethod · 0.45
createFileMethod · 0.45
completeHelpFetchMethod · 0.45
workspaceRootMethod · 0.45
writeRootMethod · 0.45
createFileMethod · 0.45
openFileMethod · 0.45
canonicalDbPathMethod · 0.45
openDatabaseMethod · 0.45
exportSessionToCsvMethod · 0.45
requestPdfOutputPathMethod · 0.45
openFileMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected