MCPcopy Create free account
hub / github.com/cloudwan/gohan / stringSlice

TypeAlias stringSlice

util/util.go:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229type stringSlice []string
230
231func (p stringSlice) Len() int { return len(p) }
232func (p stringSlice) Less(i, j int) bool { return strings.ToLower(p[i]) < strings.ToLower(p[j]) }

Callers 1

GetSortedKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected