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

Function toolIDsToStrings

internal/cli/tool_operator.go:791–797  ·  view source on GitHub ↗
(ids []toolspkg.ToolID)

Source from the content-addressed store, hash-verified

789}
790
791func toolIDsToStrings(ids []toolspkg.ToolID) []string {
792 values := make([]string, 0, len(ids))
793 for _, id := range ids {
794 values = append(values, id.String())
795 }
796 return values
797}
798
799func toolsetIDsToStrings(ids []toolspkg.ToolsetID) []string {
800 values := make([]string, 0, len(ids))

Callers 3

toolsetListBundleFunction · 0.85
toolsetInfoBundleFunction · 0.85

Calls 2

appendFunction · 0.85
StringMethod · 0.45

Tested by 1