* @brief Returns the file flags. * * @return The file flags. */
| 133 | * @return The file flags. |
| 134 | */ |
| 135 | inline int flags() const |
| 136 | { |
| 137 | return _flags; |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * @brief Returns the file mode. |
nothing calls this directly
no outgoing calls
no test coverage detected