MCPcopy Create free account
hub / github.com/cvut/qtrvsim / insertFd

Method insertFd

src/cli/chariohandler.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CharIOHandler::insertFd(const int &fd) {
58 fd_list.insert(fd);
59}
60
61void CharIOHandler::removeFd(const int &fd) {
62 fd_list.remove(fd);

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected