| 6 | |
| 7 | /** Manages currently selected weight service. */ |
| 8 | export default class WeightServiceManager { |
| 9 | |
| 10 | private weightServices: { [key: string]: WeightService }; |
| 11 | private weightService: WeightService; |
nothing calls this directly
no outgoing calls
no test coverage detected