Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ray-D-Song/lexe
/ len
Method
len
modules/llrt_buffer/src/array_buffer_view.rs:131–133 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
129
}
130
131
pub fn len(&self) -> usize {
132
self.buffer.as_ref().map(|b| b.len).unwrap_or(0)
133
}
134
135
#[allow(dead_code)]
136
pub fn is_empty(&self) -> bool {
Callers
15
to_string
Method · 0.45
from_array
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
copy
Function · 0.45
subarray
Function · 0.45
write
Function · 0.45
safe_byte_slice
Function · 0.45
Calls
1
as_ref
Method · 0.80
Tested by
no test coverage detected