MCPcopy Create free account
hub / github.com/cortexproject/cortex / isRegistered

Method isRegistered

integration/e2e/scenario.go:66–73  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

64}
65
66func (s *Scenario) isRegistered(name string) bool {
67 for _, service := range s.services {
68 if service.Name() == name {
69 return true
70 }
71 }
72 return false
73}
74
75func (s *Scenario) StartAndWaitReady(services ...Service) error {
76 if err := s.Start(services...); err != nil {

Callers 3

StartMethod · 0.95
StopMethod · 0.95
WaitReadyMethod · 0.95

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected