Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_full_slice
Method
is_full_slice
crates/vm/src/stdlib/_io.rs:3649–3651 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3647
3648
#[inline]
3649
fn is_full_slice(&self) -> bool {
3650
self.1.len() >= self.0.byte_len()
3651
}
3652
3653
#[inline]
3654
fn slice(&self) -> &Wtf8 {
Callers
3
char_len
Method · 0.80
slice_pystr
Method · 0.80
readline
Method · 0.80
Calls
2
len
Method · 0.45
byte_len
Method · 0.45
Tested by
no test coverage detected