MCPcopy
hub / github.com/rclone/rclone / TestStandardEncryptDirNameBase64

Function TestStandardEncryptDirNameBase64

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

Source from the content-addressed store, hash-verified

558}
559
560func TestStandardEncryptDirNameBase64(t *testing.T) {
561 testStandardEncryptDirName(t, "base64", []EncodingTestCase{
562 {"1", "yBxRX25ypgUVyj8MSxJnFw"},
563 {"1/12", "yBxRX25ypgUVyj8MSxJnFw/qQUDHOGN_jVdLIMQzYrhvA"},
564 {"1/12/123", "yBxRX25ypgUVyj8MSxJnFw/qQUDHOGN_jVdLIMQzYrhvA/1CxFf2Mti1xIPYlGruDh-A"},
565 })
566}
567
568func TestStandardEncryptDirNameBase32768(t *testing.T) {
569 testStandardEncryptDirName(t, "base32768", []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…