MCPcopy Create free account
hub / github.com/apache/fory / EncodeLowerSpecial

Method EncodeLowerSpecial

go/fory/meta/meta_string_encoder.go:96–98  ·  view source on GitHub ↗
(input string)

Source from the content-addressed store, hash-verified

94}
95
96func (e *Encoder) EncodeLowerSpecial(input string) ([]byte, error) {
97 return e.EncodeGeneric([]byte(input), 5)
98}
99
100func (e *Encoder) EncodeLowerUpperDigitSpecial(input string) ([]byte, error) {
101 return e.EncodeGeneric([]byte(input), 6)

Callers 1

EncodeWithEncodingMethod · 0.95

Calls 1

EncodeGenericMethod · 0.95

Tested by

no test coverage detected