Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ networkFilter
Function
networkFilter
pkg/compose/filters.go:41–43 · pkg/compose/filters.go::networkFilter
(name string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
networkFilter(name string) string {
42
return
labelFilter(api.NetworkLabel, name)
43
}
44
45
func
oneOffFilter(b bool) string {
46
v :=
"False"
Callers
4
TestDown
Function · 0.85
TestDownWithGivenServices
Function · 0.85
TestDownRemoveOrphans
Function · 0.85
removeNetwork
Method · 0.85
Calls
1
labelFilter
Function · 0.85
Tested by
3
TestDown
Function · 0.68
TestDownWithGivenServices
Function · 0.68
TestDownRemoveOrphans
Function · 0.68