Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetFileDescriptors
Method
GetFileDescriptors
LibLemon/src/ipc/interfaceuds.cpp:291–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
std::vector<pollfd> MessageServer::GetFileDescriptors(){
292
std::vector<pollfd> rfds = fds;
293
rfds.push_back(sock);
294
return rfds;
295
}
296
297
std::vector<pollfd> MessageClient::GetFileDescriptors(){
298
std::vector<pollfd> v;
Callers
1
PollSync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected