Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void CharIOHandler::insertFd(const int &fd) {
58
fd_list.insert(fd);
59
}
60
61
void CharIOHandler::removeFd(const int &fd) {
62
fd_list.remove(fd);
Callers
nothing calls this directly
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected