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

Method Init

tui/delete.go:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307}
308
309func (m deleteProgressModel) Init() tea.Cmd {
310 return tea.Batch(m.spinner.Tick, deleteInstanceCmd(m.client, m.instanceID))
311}
312
313func (m deleteProgressModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
314 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 1

deleteInstanceCmdFunction · 0.85

Tested by

no test coverage detected