Returns the file descriptor.
| 264 | |
| 265 | // Returns the file descriptor. |
| 266 | inline auto descriptor() const noexcept -> int { return fd_; } |
| 267 | |
| 268 | // Closes the file. |
| 269 | void close(); |
nothing calls this directly
no outgoing calls
no test coverage detected