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

Struct Lower

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

Lower converts the string with all Unicode letters mapped to their lower case.

Source from the content-addressed store, hash-verified

22
23// Lower converts the string with all Unicode letters mapped to their lower case.
24type Lower struct{}
25
26func (f Lower) 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