MCPcopy
hub / github.com/rclone/rclone / Decode

Method Decode

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

Decode takes a name and undoes any substitutions made by Encode

(string)

Source from the content-addressed store, hash-verified

83 Encode(string) string
84 // Decode takes a name and undoes any substitutions made by Encode
85 Decode(string) string
86
87 // FromStandardPath takes a / separated path in Standard encoding
88 // and converts it to a / separated path in this encoding.

Callers 15

OpenMethod · 0.65
authenticateMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
errorHandlerFunction · 0.65
getTransferRangeFunction · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65

Implementers 1

identitylib/encoder/encoder.go

Calls

no outgoing calls

Tested by 7

TestEncodeSingleMaskFunction · 0.52
TestEncodeSingleMaskEdgeFunction · 0.52
TestEncodeDoubleMaskEdgeFunction · 0.52
TestEncodeInvalidUnicodeFunction · 0.52
TestEncodeDotFunction · 0.52
TestDecodeHalfFunction · 0.52
TestRangeOptionDecodeFunction · 0.52