MCPcopy Create free account
hub / github.com/DanielLavrushin/GeodatExplorer / NewApp

Function NewApp

src/app.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func NewApp() *App {
15 return &App{}
16}
17
18func (a *App) startup(ctx context.Context) {
19 a.ctx = ctx

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected