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

Method is_bio

crates/stdlib/src/openssl.rs:2425–2427  ·  view source on GitHub ↗

Check if this is in BIO mode

(&self)

Source from the content-addressed store, hash-verified

2423
2424 // Check if this is in BIO mode
2425 fn is_bio(&self) -> bool {
2426 matches!(self, SslConnection::Bio(_))
2427 }
2428
2429 // Perform SSL handshake
2430 fn do_handshake(&mut self) -> Result<(), ssl::Error> {

Callers 4

shutdownMethod · 0.80
do_handshakeMethod · 0.80
writeMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected