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

Function renderPricesTable

internal/estimate/print.go:399–401  ·  view source on GitHub ↗
(prices []resources.PriceEntry)

Source from the content-addressed store, hash-verified

397}
398
399func renderPricesTable(prices []resources.PriceEntry) string {
400 return renderPricesTableWithUsage(prices, 0)
401}
402
403func renderPricesTableWithUsage(prices []resources.PriceEntry, usageQty float64) string {
404 // Check if any entry has tiered pricing.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected