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