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

Function invalid_cert

crates/stdlib/src/ssl/cert.rs:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 pub fn invalid_cert() -> io::Error {
80 invalid_data("No certificates found in certificate file")
81 }
82 }
83
84 /// DER parsing error variants

Callers 1

Calls 1

invalid_dataFunction · 0.85

Tested by

no test coverage detected