MCPcopy Create free account
hub / github.com/compozy/agh / bundleInventoryTable

Function bundleInventoryTable

internal/cli/bundle.go:621–627  ·  view source on GitHub ↗
(items []BundleInventoryRecord)

Source from the content-addressed store, hash-verified

619}
620
621func bundleInventoryTable(items []BundleInventoryRecord) string {
622 return renderHumanTable(
623 "Inventory",
624 []string{bundleKindValue, "ID", bundleNameValue},
625 bundleInventoryRows(items),
626 )
627}
628
629func bundleAgentRows(items []BundleAgentRecord) [][]string {
630 rows := make([][]string, 0, len(items))

Callers 1

bundleActivationBundleFunction · 0.85

Calls 2

renderHumanTableFunction · 0.85
bundleInventoryRowsFunction · 0.85

Tested by

no test coverage detected