MCPcopy Create free account
hub / github.com/RustCrypto/formats / decode_padded

Function decode_padded

base64ct/src/decoder.rs:555–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553
554 #[test]
555 fn decode_padded() {
556 decode_test(PADDED_BIN, || {
557 Decoder::<Base64>::new(PADDED_BASE64.as_bytes()).unwrap()
558 })
559 }
560
561 #[test]
562 fn decode_unpadded() {

Callers

nothing calls this directly

Calls 2

decode_testFunction · 0.85
as_bytesMethod · 0.45

Tested by

no test coverage detected