MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / downloadMetadataCmd

Function downloadMetadataCmd

internal/tui/app.go:568–573  ·  view source on GitHub ↗
(client *api.Client)

Source from the content-addressed store, hash-verified

566}
567
568func downloadMetadataCmd(client *api.Client) tea.Cmd {
569 return func() tea.Msg {
570 err := client.DownloadMetadataGz()
571 return metadataReadyMsg{err: err}
572 }
573}
574
575func fetchPricingCmd(client *api.Client, products, regions []string, attrs map[string]string, prices []string) tea.Cmd {
576 return func() tea.Msg {

Callers 2

UpdateMethod · 0.85
handleKeyMethod · 0.85

Calls 1

DownloadMetadataGzMethod · 0.80

Tested by

no test coverage detected