Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
func
(s *stackContext) Name() string {
48
return
s.s.Name
49
}
50
51
func
(s *stackContext) Services() string {
52
return
strconv.Itoa(s.s.Services)
Callers
3
createNetworks
Function · 0.45
deployServices
Function · 0.45
pruneServices
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected