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