MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / NewSettingsView

Function NewSettingsView

internal/tui/views/settings.go:34–40  ·  view source on GitHub ↗
(width, height int)

Source from the content-addressed store, hash-verified

32}
33
34func NewSettingsView(width, height int) *SettingsView {
35 return &SettingsView{
36 ActiveSection: SettingsSectionContent,
37 Width: width,
38 Height: height,
39 }
40}
41
42func (v *SettingsView) HandleKey(key string) SettingsEvent {
43 switch key {

Callers 1

NewAppFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected