MCPcopy 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
100func 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

RunWithoutExitFunction · 0.70

Calls 3

mapStdlibFlagsFunction · 0.85
RunMethod · 0.45
ErrorMethod · 0.45

Tested by

no test coverage detected