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

Function no_start_line

crates/stdlib/src/ssl/cert.rs:67–69  ·  view source on GitHub ↗
(context: &str)

Source from the content-addressed store, hash-verified

65 use super::*;
66
67 pub fn no_start_line(context: &str) -> io::Error {
68 invalid_data(format!("no start line: {context}"))
69 }
70
71 pub fn parse_failed(e: impl Display) -> io::Error {
72 invalid_data(format!("Failed to parse PEM certificate: {e}"))

Callers 1

load_from_bytes_exMethod · 0.85

Calls 1

invalid_dataFunction · 0.85

Tested by

no test coverage detected