* Services can be started and then stopped. Users provide an implementation of ServiceCore and BaseService guarantees that OnStart and OnStop are called at most once. Starting an already started service will panic. Stopping an already stopped (or non-started) service will panic. Usage: // Implem
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected