MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Upper

Struct Upper

pkg/filter/ql/functions/upper.go:24–24  ·  view source on GitHub ↗

Upper converts the string with all Unicode letters mapped to their upper case.

Source from the content-addressed store, hash-verified

22
23// Upper converts the string with all Unicode letters mapped to their upper case.
24type Upper struct{}
25
26func (f Upper) Call(args []interface{}) (interface{}, bool) {
27 if len(args) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected