MCPcopy
hub / github.com/docker/compose / containerNumberFilter

Function containerNumberFilter

pkg/compose/filters.go:53–55  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

51}
52
53func containerNumberFilter(index int) string {
54 return labelFilter(api.ContainerNumberLabel, strconv.Itoa(index))
55}

Callers 1

getSpecifiedContainerMethod · 0.85

Calls 1

labelFilterFunction · 0.85

Tested by

no test coverage detected