Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Add
Method
Add
pkg/utils/set.go:36–38 ·
view source on GitHub ↗
(v T)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(s Set[T]) Add(v T) {
37
s[v] =
struct
{}{}
38
}
39
40
func
(s Set[T]) AddAll(v ...T) {
41
for
_, e :=
range
v {
Callers
15
NewSet
Function · 0.45
LoadAdditionalResources
Function · 0.45
ListTransformers
Function · 0.45
Close
Method · 0.45
add
Method · 0.45
BatchDebounceEvents
Function · 0.45
Start
Method · 0.45
Close
Method · 0.45
TestDown
Function · 0.45
TestDownWithGivenServices
Function · 0.45
TestDownRemoveOrphans
Function · 0.45
TestDownRemoveImages
Function · 0.45
Calls
no outgoing calls
Tested by
14
TestDown
Function · 0.36
TestDownWithGivenServices
Function · 0.36
TestDownRemoveOrphans
Function · 0.36
TestDownRemoveImages
Function · 0.36
TestDownRemoveImages_NoLabel
Function · 0.36
TestWatch_Sync
Function · 0.36
TestServiceLinks
Function · 0.36
TestPs
Function · 0.36
TestKillAll
Function · 0.36
TestKillSignal
Function · 0.36
projectFilterListOpt
Function · 0.36
TestComposeService_Logs_Demux
Function · 0.36