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

Method Init

tui/status.go:108–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (m statusModel) Init() tea.Cmd {
109 cmds := []tea.Cmd{m.spinner.Tick}
110 if m.monitoring {
111 cmds = append(cmds, m.tickCmd())
112 }
113 return tea.Batch(cmds...)
114}
115
116func hasTransitionalInstance(instances []api.Instance) bool {
117 for _, inst := range instances {

Callers

nothing calls this directly

Calls 1

tickCmdMethod · 0.95

Tested by

no test coverage detected