Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ RemoveAll
Method
RemoveAll
pkg/utils/set.go:54–58 ·
view source on GitHub ↗
(elements ...T)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(s Set[T]) RemoveAll(elements ...T) {
55
for
_, e :=
range
elements {
56
s.Remove(e)
57
}
58
}
59
60
func
(s Set[T]) Elements() []T {
61
elements := make([]T, 0, len(s))
Callers
11
Load
Method · 0.80
Convert
Function · 0.80
convert
Function · 0.80
Rm
Method · 0.80
TearDown
Method · 0.80
TestGitBranchSwitch
Function · 0.80
TestCopy
Function · 0.80
doTest
Function · 0.80
propagateDockerEndpoint
Method · 0.80
doBuildImage
Method · 0.80
runUp
Function · 0.80
Calls
1
Remove
Method · 0.95
Tested by
3
TestGitBranchSwitch
Function · 0.64
TestCopy
Function · 0.64
doTest
Function · 0.64