Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
containerNumberFilter(index int) string {
54
return
labelFilter(api.ContainerNumberLabel, strconv.Itoa(index))
55
}
Callers
1
getSpecifiedContainer
Method · 0.85
Calls
1
labelFilter
Function · 0.85
Tested by
no test coverage detected