| 26 | ) |
| 27 | |
| 28 | type SettingsView struct { |
| 29 | ActiveSection SettingsSection |
| 30 | Width int |
| 31 | Height int |
| 32 | } |
| 33 | |
| 34 | func NewSettingsView(width, height int) *SettingsView { |
| 35 | return &SettingsView{ |
nothing calls this directly
no outgoing calls
no test coverage detected