MCPcopy
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
110func (m Settings) Init() tea.Cmd {
111 return m.section.Init()
112}
113
114func (m Settings) Update(msg tea.Msg) (Component, tea.Cmd) {
115 var cmds []tea.Cmd

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected