Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ serviceFilter
Function
serviceFilter
pkg/compose/filters.go:37–39 ·
view source on GitHub ↗
(serviceName string)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
serviceFilter(serviceName string) string {
38
return
labelFilter(api.ServiceLabel, serviceName)
39
}
40
41
func
networkFilter(name string) string {
42
return
labelFilter(api.NetworkLabel, name)
Callers
4
imageCreatedTime
Method · 0.85
TestServiceLinks
Function · 0.85
getDefaultFilters
Function · 0.85
TestKillSignal
Function · 0.85
Calls
1
labelFilter
Function · 0.85
Tested by
2
TestServiceLinks
Function · 0.68
TestKillSignal
Function · 0.68