| 9 | ) |
| 10 | |
| 11 | type Manager struct { |
| 12 | providers eosc.Untyped[string, IProvider] |
| 13 | } |
| 14 | |
| 15 | func NewManager() *Manager { |
| 16 | return &Manager{providers: eosc.BuildUntyped[string, IProvider]()} |
nothing calls this directly
no outgoing calls
no test coverage detected