\brief Returns true if this is a new file. */
| 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 | * |
no outgoing calls