MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / containerName

Function containerName

compose/compose.go:127–132  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

125}
126
127func containerName(s string) string {
128 if opts.ContainerNames {
129 return s
130 }
131 return ""
132}
133
134func toPort(i int) string {
135 if opts.ExposePorts {

Callers 5

initServiceFunction · 0.85
getJaegerFunction · 0.85
getMinioFunction · 0.85
getRatelFunction · 0.85
addMetricsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…