MCPcopy Create free account
hub / github.com/SamNet-dev/snix / newAboutModel

Function newAboutModel

tui/about.go:11–11  ·  view source on GitHub ↗
(a *App)

Source from the content-addressed store, hash-verified

9type aboutModel struct{ app *App }
10
11func newAboutModel(a *App) aboutModel { return aboutModel{app: a} }
12
13func (m aboutModel) Init() tea.Cmd { return nil }
14func (m aboutModel) Update(tea.Msg) (aboutModel, tea.Cmd) { return m, nil }

Callers 1

newAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected