MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / getIPAddress

Function getIPAddress

source/util/util.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 std::string getIPAddress() {
261 struct in_addr addr = {(in_addr_t) gethostid()};
262 return inet_ntoa(addr);
263 }
264
265 bool usbIsConnected() {
266 UsbState state = UsbState_Detached;

Callers 6

OnSelectedFunction · 0.85
installSigPatchesFunction · 0.85
mainFunction · 0.85
mainMenuThreadFunction · 0.85
onInputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected