Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Run
Function
Run
internal/cli/app.go:100–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
Run() {
101
mapStdlibFlags(app)
102
103
// Actual entry point is registered in maddy.go.
104
105
if
err := app.Run(os.Args); err != nil {
106
log.DefaultLogger.Error(
"app.Run failed"
, err)
107
}
108
}
Callers
1
RunWithoutExit
Function · 0.70
Calls
3
mapStdlibFlags
Function · 0.85
Run
Method · 0.45
Error
Method · 0.45
Tested by
no test coverage detected