Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getPollFd
Method
getPollFd
src/remote/inet.cpp:242–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
static const int SEL_CHECK_MASK = POLLIN;
241
242
pollfd* getPollFd(int n)
243
{
244
FB_SIZE_T pos;
245
if (slct_poll.find(n, pos))
246
return &slct_poll[pos];
247
248
return nullptr;
249
}
250
#endif
251
252
public:
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected