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

Method is_empty

crates/stdlib/src/compression.rs:98–100  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

96 self.data1.len() + self.data2.len()
97 }
98 pub const fn is_empty(&self) -> bool {
99 self.data1.is_empty()
100 }
101 pub fn to_vec(&self) -> Vec<u8> {
102 [self.data1, self.data2].concat()
103 }

Callers 15

copy_groupingFunction · 0.45
getencodingFunction · 0.45
hexlifyFunction · 0.45
a2b_base64Function · 0.45
a2b_uuFunction · 0.45
_msg_callbackFunction · 0.45
load_verify_locationsMethod · 0.45
new_py_ssl_socketMethod · 0.45
get_verified_chainMethod · 0.45
shared_ciphersMethod · 0.45
x509_stack_from_derFunction · 0.45
get_argvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected