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

Method isOpen

app/src/CSV/Player.cpp:79–82  ·  view source on GitHub ↗

* @brief Returns whether a CSV file is currently open. */

Source from the content-addressed store, hash-verified

77 * @brief Returns whether a CSV file is currently open.
78 */
79bool CSV::Player::isOpen() const
80{
81 return m_csvFile.isOpen();
82}
83
84/**
85 * @brief Returns the CSV playback progress in the range 0.0 to 1.0.

Callers 2

parseCsvRowsMethod · 0.45
initializeTimestampsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected