Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evcc-io/evcc
/ iBatteryCapacity
Struct
iBatteryCapacity
api/implement/implementations.go:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
type
iBatteryCapacity
struct
{
34
batteryCapacity0
func
() float64
35
}
36
37
func
(i *iBatteryCapacity) Capacity() float64 {
38
return
i.batteryCapacity0()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected