MCPcopy
hub / github.com/rclone/rclone / Encode

Method Encode

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

Encode takes a raw name and substitutes any reserved characters and patterns in it

(string)

Source from the content-addressed store, hash-verified

81 // Encode takes a raw name and substitutes any reserved characters and
82 // patterns in it
83 Encode(string) string
84 // Decode takes a name and undoes any substitutions made by Encode
85 Decode(string) string
86

Callers 15

encodeMethod · 0.95
_saveMethod · 0.95
listObjectsMethod · 0.95
WriteJSONMethod · 0.95
WriteJSONFunction · 0.95
authenticateMethod · 0.65
listM1Method · 0.65
deleteMethod · 0.65
CopyMethod · 0.65
PublicLinkMethod · 0.65
CleanUpMethod · 0.65
encodeMethod · 0.65

Implementers 1

identitylib/encoder/encoder.go

Calls

no outgoing calls

Tested by 7

writeJSONFunction · 0.52
TestEncodeSingleMaskFunction · 0.52
TestEncodeSingleMaskEdgeFunction · 0.52
TestEncodeDoubleMaskEdgeFunction · 0.52
TestEncodeInvalidUnicodeFunction · 0.52
TestEncodeDotFunction · 0.52
TestSimpleEncodeFunction · 0.52