Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/wtf8/src/lib.rs:808–810 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
806
/// Returns the length, in WTF-8 bytes.
807
#[inline]
808
pub const fn len(&self) -> usize {
809
self.bytes.len()
810
}
811
812
#[inline]
813
pub const fn is_empty(&self) -> bool {
Callers
15
eval
Function · 0.45
kv_get
Function · 0.45
benchmark_file_parsing
Function · 0.45
split_idents_on_dot
Function · 0.45
statistics
Function · 0.45
py_to_js
Function · 0.45
build_function
Method · 0.45
invoke
Method · 0.45
pop_multiple
Method · 0.45
add_instruction
Method · 0.45
extract_annotations_from_annotate_code
Function · 0.45
count_chars
Function · 0.45
Calls
no outgoing calls
Tested by
1
extract_annotations_from_annotate_code
Function · 0.36