MCPcopy
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
48func (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

LogsMethod · 0.80
UpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected