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

Function bundleProfileNames

internal/cli/bundle.go:518–524  ·  view source on GitHub ↗
(item BundleCatalogRecord)

Source from the content-addressed store, hash-verified

516}
517
518func bundleProfileNames(item BundleCatalogRecord) []string {
519 names := make([]string, 0, len(item.Profiles))
520 for _, profile := range item.Profiles {
521 names = append(names, strings.TrimSpace(profile.Name))
522 }
523 return names
524}
525
526func bundleCatalogCounts(item BundleCatalogRecord) (int, int, int, int) {
527 var agents int

Callers 1

bundleCatalogBundleFunction · 0.85

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected