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

Function lowered

internal/tui/views/pricing.go:573–579  ·  view source on GitHub ↗
(ss []string)

Source from the content-addressed store, hash-verified

571}
572
573func lowered(ss []string) []string {
574 out := make([]string, len(ss))
575 for i, s := range ss {
576 out[i] = strings.ToLower(s)
577 }
578 return out
579}
580
581func containsAny(s string, tags []string) bool {
582 for _, t := range tags {

Callers 1

FilterItemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected