Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnSelected
Function · 0.85
installSigPatches
Function · 0.85
main
Function · 0.85
mainMenuThread
Function · 0.85
netInstallMenuItem_Click
Method · 0.85
onInput
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected