Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
func
NewApp() *App {
15
return
&App{}
16
}
17
18
func
(a *App) startup(ctx context.Context) {
19
a.ctx = ctx
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected