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

Function CmdToUpper

IceFireDB-Redis-Proxy/pkg/config/config.go:76–80  ·  view source on GitHub ↗
(list []string)

Source from the content-addressed store, hash-verified

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

Callers 1

InitConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected