Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
type
fileNameEncoding
interface
{
122
EncodeToString(src []byte) string
123
DecodeString(s string) ([]byte, error)
124
}
125
126
// caseInsensitiveBase32Encoding defines a file name encoding
Callers
15
TestInternalObjWrapFsFound
Function · 0.65
TestInternalCachedUpdatedContentMatches
Function · 0.65
TestInternalWrappedFsChangeNotSeen
Function · 0.65
TestInternalMoveWithNotify
Function · 0.65
TestInternalNotifyCreatesEmptyParts
Function · 0.65
NewFs
Function · 0.65
decodeDescriptionMetadata
Function · 0.65
DecodeString
Function · 0.65
setMetaData
Method · 0.65
Update
Method · 0.65
NewFs
Function · 0.65
testEncodeFileName
Function · 0.65
Implementers
1
caseInsensitiveBase32Encoding
backend/crypt/cipher.go
Calls
no outgoing calls
Tested by
13
TestInternalObjWrapFsFound
Function · 0.52
TestInternalCachedUpdatedContentMatches
Function · 0.52
TestInternalWrappedFsChangeNotSeen
Function · 0.52
TestInternalMoveWithNotify
Function · 0.52
TestInternalNotifyCreatesEmptyParts
Function · 0.52
testEncodeFileName
Function · 0.52
TestDecodeFileNameBase32
Function · 0.52
TestDecodeFileNameBase64
Function · 0.52
TestDecodeFileNameBase32768
Function · 0.52
mustDecode
Function · 0.52
TestQuickXorHash
Function · 0.52
TestQuickXorHashByBlock
Function · 0.52