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

Method EncodeLowerUpperDigitSpecial

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

Source from the content-addressed store, hash-verified

98}
99
100func (e *Encoder) EncodeLowerUpperDigitSpecial(input string) ([]byte, error) {
101 return e.EncodeGeneric([]byte(input), 6)
102}
103
104func (e *Encoder) EncodeFirstToLowerSpecial(input string) ([]byte, error) {
105 // all chars in string are ASCII, so we can modify input[0] directly

Callers 1

EncodeWithEncodingMethod · 0.95

Calls 1

EncodeGenericMethod · 0.95

Tested by

no test coverage detected