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

Method writeRoot

app/src/AI/FileSandbox.cpp:95–99  ·  view source on GitHub ↗

* @brief Returns the 'AI/' write root, creating it if needed. */

Source from the content-addressed store, hash-verified

93 * @brief Returns the 'AI/' write root, creating it if needed.
94 */
95QString AI::FileSandbox::writeRoot() const
96{
97 return QFileInfo(Misc::WorkspaceManager::instance().path(QStringLiteral("AI")))
98 .canonicalFilePath();
99}
100
101/**
102 * @brief Returns the session allow-list of user-dropped paths.

Callers

nothing calls this directly

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected