Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pathname
Method · 0.45
set_port
Method · 0.45
url_to_http_options
Function · 0.45
url_format
Function · 0.45
preserve_file_url_host
Function · 0.45
restore_file_url_host
Function · 0.45
delete
Method · 0.45
sort
Method · 0.45
to_string
Method · 0.45
sync_query
Method · 0.45
get_extra_ca_certs
Function · 0.45
get_tls_versions
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected