MCPcopy Index your code
hub / github.com/RustPython/RustPython / parse_encrypted_failed

Function parse_encrypted_failed

crates/stdlib/src/ssl/cert.rs:109–111  ·  view source on GitHub ↗
(e: impl Display)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn parse_encrypted_failed(e: impl Display) -> io::Error {
110 invalid_data(format!("Failed to parse encrypted private key: {e}"))
111 }
112
113 pub fn decrypt_failed(e: impl Display) -> io::Error {
114 io::Error::other(format!(

Callers 1

Calls 1

invalid_dataFunction · 0.85

Tested by

no test coverage detected