MCPcopy Create free account
hub / github.com/Ray-D-Song/lexe / is_empty

Method is_empty

modules/llrt_buffer/src/array_buffer_view.rs:136–138  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

134
135 #[allow(dead_code)]
136 pub fn is_empty(&self) -> bool {
137 self.len() == 0
138 }
139
140 pub fn as_bytes(&self) -> Option<&[u8]> {
141 self.buffer

Callers 15

url_to_http_optionsFunction · 0.45
url_formatFunction · 0.45
deleteMethod · 0.45
sortMethod · 0.45
to_stringMethod · 0.45
getMethod · 0.45
get_extra_ca_certsFunction · 0.45
get_tls_versionsFunction · 0.45
parse_data_urlFunction · 0.45
okFunction · 0.45
rsa_oaep_private_keyFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected