Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ withServices
Method
withServices
pkg/compose/monitor.go:48–52 ·
view source on GitHub ↗
(services []string)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(c *monitor) withServices(services []string) {
49
for
_, name :=
range
services {
50
c.services[name] = true
51
}
52
}
53
54
// Start runs monitor to detect application events and return after termination
55
//
Callers
2
Logs
Method · 0.80
Up
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected