MCPcopy Create free account
hub / github.com/awslabs/llrt / is_empty

Method is_empty

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

Source from the content-addressed store, hash-verified

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

Callers 15

set_pathnameMethod · 0.45
set_portMethod · 0.45
url_to_http_optionsFunction · 0.45
url_formatFunction · 0.45
preserve_file_url_hostFunction · 0.45
restore_file_url_hostFunction · 0.45
deleteMethod · 0.45
sortMethod · 0.45
to_stringMethod · 0.45
sync_queryMethod · 0.45
get_extra_ca_certsFunction · 0.45
get_tls_versionsFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected