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

Method Ready

integration/e2e/service.go:508–511  ·  view source on GitHub ↗
(service *ConcreteService)

Source from the content-addressed store, hash-verified

506}
507
508func (p *CmdReadinessProbe) Ready(service *ConcreteService) error {
509 _, _, err := service.Exec(p.cmd)
510 return err
511}
512
513type LinePrefixLogger struct {
514 prefix string

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.65

Tested by

no test coverage detected