Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/vm/src/function/buffer.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
pub const fn len(&self) -> usize {
54
self.0.desc.len
55
}
56
57
pub const fn is_empty(&self) -> bool {
58
self.len() == 0
Callers
7
with_kwargs_names
Method · 0.45
from_vectorcall
Method · 0.45
from_vectorcall_owned
Method · 0.45
bind
Method · 0.45
vec_into_f64
Method · 0.45
is_empty
Method · 0.45
__const_concat_arrays
Method · 0.45
Calls
1
as_wtf8
Method · 0.45
Tested by
no test coverage detected