MCPcopy 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_compatibleFunction · 0.80
encode_utf8_compatibleFunction · 0.80
encodeFunction · 0.80
decodeFunction · 0.80

Calls 1

full_dataMethod · 0.80

Tested by

no test coverage detected