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

Function equalFoldTrim

internal/estimate/estimator.go:587–589  ·  view source on GitHub ↗
(a, b string)

Source from the content-addressed store, hash-verified

585}
586
587func equalFoldTrim(a, b string) bool {
588 return strings.EqualFold(strings.TrimSpace(a), strings.TrimSpace(b))
589}
590
591func compactAttrs(attrs map[string]string) map[string]string {
592 if len(attrs) == 0 {

Callers 2

pricingItemMatchesRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected