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

Method getPlanStrategy

core/loadpoint_api.go:434–436  ·  view source on GitHub ↗

getPlanStrategy returns the plan strategy (no mutex)

()

Source from the content-addressed store, hash-verified

432
433// getPlanStrategy returns the plan strategy (no mutex)
434func (lp *Loadpoint) getPlanStrategy() api.PlanStrategy {
435 return lp.planStrategy
436}
437
438// GetPlanStrategy returns the plan strategy
439func (lp *Loadpoint) GetPlanStrategy() api.PlanStrategy {

Callers 2

GetPlanStrategyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected