MCPcopy 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

evalFunction · 0.45
kv_getFunction · 0.45
benchmark_file_parsingFunction · 0.45
split_idents_on_dotFunction · 0.45
statisticsFunction · 0.45
py_to_jsFunction · 0.45
build_functionMethod · 0.45
invokeMethod · 0.45
pop_multipleMethod · 0.45
add_instructionMethod · 0.45
count_charsFunction · 0.45

Calls

no outgoing calls

Tested by 1