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

Method filePath

app/src/Sessions/DatabaseManager.cpp:246–249  ·  view source on GitHub ↗

* @brief Returns the absolute file path of the open .db, or empty. */

Source from the content-addressed store, hash-verified

244 * @brief Returns the absolute file path of the open .db, or empty.
245 */
246QString Sessions::DatabaseManager::filePath() const
247{
248 return m_filePath;
249}
250
251/**
252 * @brief Returns the base filename of the open database.

Callers 6

createFileMethod · 0.45
listMethod · 0.45
createFileMethod · 0.45
ensureSessionMethod · 0.45
createCsvFileMethod · 0.45
snapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected