MCPcopy Index your code
hub / github.com/docker/cli / Name

Method Name

cli/command/stack/list_formatter.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (s *stackContext) Name() string {
48 return s.s.Name
49}
50
51func (s *stackContext) Services() string {
52 return strconv.Itoa(s.s.Services)

Callers 3

createNetworksFunction · 0.45
deployServicesFunction · 0.45
pruneServicesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected