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

Function name

compose/compose.go:123–125  ·  view source on GitHub ↗
(prefix string, idx int)

Source from the content-addressed store, hash-verified

121)
122
123func name(prefix string, idx int) string {
124 return fmt.Sprintf("%s%d", prefix, idx)
125}
126
127func containerName(s string) string {
128 if opts.ContainerNames {

Callers 2

initServiceFunction · 0.85
getZeroFunction · 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…