Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/once
/ Init
Method
Init
internal/ui/settings.go:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(m Settings) Init() tea.Cmd {
111
return
m.section.Init()
112
}
113
114
func
(m Settings) Update(msg tea.Msg) (Component, tea.Cmd) {
115
var
cmds []tea.Cmd
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected