MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetServerSocketName

Function GetServerSocketName

Source/Common/FEXServerClient.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131fextl::string GetServerSocketName() {
132 FEX_CONFIG_OPT(ServerSocketPath, SERVERSOCKETPATH);
133 if (ServerSocketPath().empty()) {
134 return fextl::fmt::format("{}.FEXServer.Socket", ::geteuid());
135 }
136 return ServerSocketPath;
137}
138
139fextl::string GetServerSocketPath() {
140 FEX_CONFIG_OPT(ServerSocketPath, SERVERSOCKETPATH);

Callers 3

ConnectToServerFunction · 0.85
ConnectToAndStartServerFunction · 0.85
InitializeServerSocketFunction · 0.85

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected