MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / CmdToUpper

Function CmdToUpper

IceFireDB-PubSub/pkg/config/config.go:75–79  ·  view source on GitHub ↗
(list []string)

Source from the content-addressed store, hash-verified

73}
74
75func CmdToUpper(list []string) {
76 for k := range list {
77 list[k] = strings.ToUpper(list[k])
78 }
79}

Callers 1

InitConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected