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

Method Start

integration/e2e/scenario.go:18–18  ·  view source on GitHub ↗
(networkName, dir string)

Source from the content-addressed store, hash-verified

16type Service interface {
17 Name() string
18 Start(networkName, dir string) error
19 WaitReady() error
20
21 // It should be ok to Stop and Kill more than once, with next invokes being noop.

Callers 4

checkQueriesFunction · 0.65
StartMethod · 0.65
StartMethod · 0.65

Calls

no outgoing calls

Tested by 1

checkQueriesFunction · 0.52