Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ newHomeModel
Function
newHomeModel
tui/home.go:17–17 ·
view source on GitHub ↗
(a *App)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
newHomeModel(a *App) homeModel {
return
homeModel{app: a} }
18
19
func
(m homeModel) Init() tea.Cmd {
return
nil }
20
Callers
1
newApp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected