Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ serviceThatDoesntDoAnything
Function
serviceThatDoesntDoAnything
services/manager_test.go:297–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
}
296
297
func
serviceThatDoesntDoAnything() Service {
298
// but respects StopAsync and stops.
299
return
NewIdleService(nil, nil)
300
}
301
302
type
gatheringManagerListener
struct
{
303
Service
Callers
10
TestServiceFailureWatcherClose
Function · 0.85
TestBasicManagerTransitions
Function · 0.85
TestManagerRequiresServicesToBeInNewState
Function · 0.85
TestManagerReactsOnExternalStateChanges
Function · 0.85
TestManagerGoesToStoppedStateBeforeBeingHealthyOrEvenStarting
Function · 0.85
TestManagerCannotStartIfAllServicesArentNew
Function · 0.85
TestManagerThatFailsToStart
Function · 0.85
TestManagerListenerCancellationUnstartedManager
Function · 0.85
TestManagerListenerCancellationStoppedManager
Function · 0.85
TestManagerListenerCancellationHealthyManager
Function · 0.85
Calls
1
NewIdleService
Function · 0.85
Tested by
no test coverage detected