| 932 | } |
| 933 | |
| 934 | Connection::EventFd::~EventFd() |
| 935 | { |
| 936 | assert(fd >= 0); |
| 937 | close(fd); |
| 938 | } |
| 939 | |
| 940 | void Connection::EventFd::notify() // NOLINT(readability-make-member-function-const) |
| 941 | { |
nothing calls this directly
no outgoing calls
no test coverage detected