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

Function fetchCreatePricingCmd

tui/create.go:437–442  ·  view source on GitHub ↗
(client *api.Client)

Source from the content-addressed store, hash-verified

435}
436
437func fetchCreatePricingCmd(client *api.Client) tea.Cmd {
438 return func() tea.Msg {
439 rates, err := client.FetchPricing()
440 return createPricingMsg{rates: rates, err: err}
441 }
442}
443
444func fetchCreateSpecsCmd(client *api.Client) tea.Cmd {
445 return func() tea.Msg {

Callers 1

InitMethod · 0.85

Calls 1

FetchPricingMethod · 0.80

Tested by

no test coverage detected