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

Method IsFileNew

lib/mdflib/include/mdf/mdfwriter.h:139–141  ·  view source on GitHub ↗

\brief Returns true if this is a new file. */

Source from the content-addressed store, hash-verified

137
138 /** \brief Returns true if this is a new file. */
139 [[nodiscard]] bool IsFileNew() const {
140 return write_state_ == WriteState::Create;
141 };
142
143 /** \brief Sets the pre-trig time (s) of the writer.
144 *

Callers 3

TESTFunction · 0.45
EXPORTFEATUREFUNCFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36