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

Function decode_multiline_padded

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

Source from the content-addressed store, hash-verified

567
568 #[test]
569 fn decode_multiline_padded() {
570 decode_test(MULTILINE_PADDED_BIN, || {
571 Decoder::<Base64>::new_wrapped(MULTILINE_PADDED_BASE64.as_bytes(), 70).unwrap()
572 })
573 }
574
575 #[test]
576 fn decode_multiline_unpadded() {

Callers

nothing calls this directly

Calls 2

decode_testFunction · 0.85
as_bytesMethod · 0.45

Tested by

no test coverage detected