MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / ~EventFd

Method ~EventFd

src/Connection.cpp:934–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934Connection::EventFd::~EventFd()
935{
936 assert(fd >= 0);
937 close(fd);
938}
939
940void Connection::EventFd::notify() // NOLINT(readability-make-member-function-const)
941{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected