Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ main
Function
main
man/generate.go:122–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
main() {
123
if
err := run(); err != nil {
124
log.Printf(
"ERROR: %+v"
, err)
125
os.Exit(1)
126
}
127
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…