MCPcopy Index your code
hub / github.com/rclone/rclone / MultiEncoder

TypeAlias MultiEncoder

lib/encoder/encoder.go:104–104  ·  view source on GitHub ↗

MultiEncoder is a configurable Encoder. The Encode* constants in this package can be combined using bitwise or (|) to enable handling of multiple character classes

Source from the content-addressed store, hash-verified

102// package can be combined using bitwise or (|) to enable handling of multiple
103// character classes
104type MultiEncoder uint
105
106// Aliases maps encodings to names and vice versa
107var (

Callers 3

TestEncodingFunction · 0.92
StringMethod · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected