MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / IsConsoleCharging

Function IsConsoleCharging

libs/uCommon/source/ul/os/os_System.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 bool IsConsoleCharging() {
25 auto charger_type = PsmChargerType_Unconnected;
26 psmGetChargerType(&charger_type);
27 return charger_type > PsmChargerType_Unconnected;
28 }
29
30 Time GetCurrentTime() {
31 const auto time_val = ::time(nullptr);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected