MCPcopy Create free account
hub / github.com/comaps/comaps / GetBatteryLevel

Method GetBatteryLevel

libs/platform/platform_win.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169uint8_t Platform::GetBatteryLevel()
170{
171 // This value is always 100 for desktop.
172 return 100;
173}
174
175Platform::TStorageStatus Platform::GetWritableStorageStatus(uint64_t neededSize) const
176{

Callers 1

RequestBatteryLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected