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

Method exportEnabled

app/src/CSV/Export.cpp:260–263  ·  view source on GitHub ↗

* @brief Returns whether CSV export is enabled. */

Source from the content-addressed store, hash-verified

258 * @brief Returns whether CSV export is enabled.
259 */
260bool CSV::Export::exportEnabled() const
261{
262 return consumerEnabled();
263}
264
265//--------------------------------------------------------------------------------------------------
266// Public slots

Callers 6

beginSessionMethod · 0.45
exportGetStatusMethod · 0.45
getStatusMethod · 0.45
getStatusMethod · 0.45
getStatusMethod · 0.45
refreshAnyAsyncSinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected