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

Function TestStandardDecryptFileNameBase32

backend/crypt/cipher_test.go:460–466  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

458}
459
460func TestStandardDecryptFileNameBase32(t *testing.T) {
461 testStandardDecryptFileName(t, "base32", []EncodingTestCase{
462 {"p0e52nreeaj0a5ea7s64m4j72s", "1"},
463 {"p0e52nreeaj0a5ea7s64m4j72s/l42g6771hnv3an9cgc8cr2n1ng", "1/12"},
464 {"p0e52nreeaj0a5ea7s64m4j72s/l42g6771hnv3an9cgc8cr2n1ng/qgm4avr35m5loi1th53ato71v0", "1/12/123"},
465 }, true)
466}
467
468func TestStandardDecryptFileNameBase64(t *testing.T) {
469 testStandardDecryptFileName(t, "base64", []EncodingTestCase{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…