MCPcopy
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
41func networkFilter(name string) string {
42 return labelFilter(api.NetworkLabel, name)
43}
44
45func oneOffFilter(b bool) string {
46 v := "False"

Callers 4

TestDownFunction · 0.85
TestDownRemoveOrphansFunction · 0.85
removeNetworkMethod · 0.85

Calls 1

labelFilterFunction · 0.85

Tested by 3

TestDownFunction · 0.68
TestDownRemoveOrphansFunction · 0.68