Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ len
Method
len
modules/llrt_buffer/src/array_buffer_view.rs:133–135 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
131
}
132
133
pub fn len(&self) -> usize {
134
self.buffer.as_ref().map(|b| b.len).unwrap_or(0)
135
}
136
137
#[allow(dead_code)]
138
pub fn is_empty(&self) -> bool {
Callers
15
convert_trailing_space
Function · 0.45
normalize_windows_drive_letter
Function · 0.45
erase_empty_host_path
Function · 0.45
to_string
Method · 0.45
from_array
Method · 0.45
from_object
Method · 0.45
is_empty
Method · 0.45
alloc_byte_ref
Function · 0.45
maybeuninit_to_u8
Function · 0.45
byte_length
Function · 0.45
concat
Function · 0.45
from
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_lookup_order
Function · 0.36