Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
uint8_t Platform::GetBatteryLevel()
170
{
171
// This value is always 100 for desktop.
172
return 100;
173
}
174
175
Platform::TStorageStatus Platform::GetWritableStorageStatus(uint64_t neededSize) const
176
{
Callers
1
RequestBatteryLevel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected