MCPcopy
hub / github.com/dgraph-io/dgraph / GetContainerInstance

Function GetContainerInstance

testutil/docker.go:39–41  ·  view source on GitHub ↗
(prefix, name string)

Source from the content-addressed store, hash-verified

37}
38
39func GetContainerInstance(prefix, name string) ContainerInstance {
40 return ContainerInstance{Prefix: prefix, Name: name}
41}
42
43func (in ContainerInstance) String() string {
44 return fmt.Sprintf("%s_%s_1", in.Prefix, in.Name)

Callers 6

TestZeroGracefulShutdownFunction · 0.92
startClusterFunction · 0.92
runTestsFunction · 0.92
DetectRaceInZerosFunction · 0.85
DetectRaceInAlphasFunction · 0.85
StartAlphasFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestZeroGracefulShutdownFunction · 0.74