MCPcopy
hub / github.com/rclone/rclone / DecodeString

Method DecodeString

backend/crypt/cipher.go:123–123  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

121type fileNameEncoding interface {
122 EncodeToString(src []byte) string
123 DecodeString(s string) ([]byte, error)
124}
125
126// caseInsensitiveBase32Encoding defines a file name encoding

Callers 15

NewFsFunction · 0.65
DecodeStringFunction · 0.65
setMetaDataMethod · 0.65
UpdateMethod · 0.65
NewFsFunction · 0.65
testEncodeFileNameFunction · 0.65

Implementers 1

caseInsensitiveBase32Encodingbackend/crypt/cipher.go

Calls

no outgoing calls

Tested by 13

testEncodeFileNameFunction · 0.52
TestDecodeFileNameBase32Function · 0.52
TestDecodeFileNameBase64Function · 0.52
mustDecodeFunction · 0.52
TestQuickXorHashFunction · 0.52
TestQuickXorHashByBlockFunction · 0.52