* @brief Returns the file mode. * * @return The file mode. */
| 143 | * @return The file mode. |
| 144 | */ |
| 145 | inline mode_t mode() const |
| 146 | { |
| 147 | return _mode; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * @brief Reads data from the file and advances file pointer. |
nothing calls this directly
no outgoing calls
no test coverage detected