MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Run

Method Run

internal/app/bootstrap.go:57–62  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

55}
56
57func (a *Application) Run(ctx context.Context) error {
58 if a == nil || a.runtime == nil {
59 return fmt.Errorf("application is not initialized")
60 }
61 return a.runtime.Run(ctx)
62}
63
64func configureLogging(logPath string) error {
65 if logPath == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected