Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ remaining_data
Method
remaining_data
crates/vm/src/codecs.rs:628–630 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
626
}
627
628
fn remaining_data(&self) -> &Wtf8 {
629
&self.full_data()[self.pos.bytes..]
630
}
631
632
fn position(&self) -> StrSize {
633
self.pos
Callers
4
decode_utf8_compatible
Function · 0.80
encode_utf8_compatible
Function · 0.80
encode
Function · 0.80
decode
Function · 0.80
Calls
1
full_data
Method · 0.80
Tested by
no test coverage detected