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

Method ensureProgressBar

tui/status.go:497–505  ·  view source on GitHub ↗
(gpuType string)

Source from the content-addressed store, hash-verified

495}
496
497func (m *statusModel) ensureProgressBar(gpuType string) {
498 if _, exists := m.progressBars[gpuType]; !exists {
499 p := progress.New(
500 progress.WithSolidFill("#FFA500"),
501 progress.WithWidth(70),
502 )
503 m.progressBars[gpuType] = p
504 }
505}
506
507func (m *statusModel) renderProvisioningSection() string {
508 // Group instances with PROVISIONING status by GPU type

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected