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

Function toolsetIDsToStrings

internal/cli/tool_operator.go:799–805  ·  view source on GitHub ↗
(ids []toolspkg.ToolsetID)

Source from the content-addressed store, hash-verified

797}
798
799func toolsetIDsToStrings(ids []toolspkg.ToolsetID) []string {
800 values := make([]string, 0, len(ids))
801 for _, id := range ids {
802 values = append(values, id.String())
803 }
804 return values
805}
806
807func formatBool(value bool) string {
808 if value {

Callers 2

toolsetInfoBundleFunction · 0.85

Calls 2

appendFunction · 0.85
StringMethod · 0.45

Tested by 1