MCPcopy Create free account
hub / github.com/evcc-io/evcc / GetMinCurrent

Method GetMinCurrent

core/loadpoint_api.go:714–718  ·  view source on GitHub ↗

GetMinCurrent returns the min loadpoint current

()

Source from the content-addressed store, hash-verified

712
713// GetMinCurrent returns the min loadpoint current
714func (lp *Loadpoint) GetMinCurrent() float64 {
715 lp.RLock()
716 defer lp.RUnlock()
717 return lp.getMinCurrent()
718}
719
720// getMinCurrent returns the max loadpoint current
721func (lp *Loadpoint) getMinCurrent() float64 {

Callers 1

PrepareMethod · 0.95

Calls 3

RLockMethod · 0.95
RUnlockMethod · 0.95
getMinCurrentMethod · 0.95

Tested by

no test coverage detected