MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / newModifyInstanceSelectorModel

Function newModifyInstanceSelectorModel

tui/modify.go:900–906  ·  view source on GitHub ↗
(instances []api.Instance)

Source from the content-addressed store, hash-verified

898}
899
900func newModifyInstanceSelectorModel(instances []api.Instance) modifyInstanceSelectorModel {
901 return modifyInstanceSelectorModel{
902 cursor: 0,
903 instances: instances,
904 styles: NewPanelStyles(),
905 }
906}
907
908func (m modifyInstanceSelectorModel) Init() tea.Cmd {
909 return nil

Callers 1

Calls 1

NewPanelStylesFunction · 0.85

Tested by

no test coverage detected