Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ RequestLogFD
Function
RequestLogFD
Source/Common/FEXServerClient.cpp:338–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
int RequestLogFD(int ServerSocket) {
339
return RequestPIDFDPacket(ServerSocket, PacketType::TYPE_GET_LOG_FD);
340
}
341
342
fextl::string RequestRootFSPath(int ServerSocket) {
343
FEXServerRequestPacket Req {
Callers
1
main
Function · 0.85
Calls
1
RequestPIDFDPacket
Function · 0.85
Tested by
no test coverage detected