MCPcopy Index your code
hub / github.com/RustPython/RustPython / full_data

Method full_data

crates/vm/src/codecs.rs:617–619  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

615}
616impl EncodeContext for PyEncodeContext<'_> {
617 fn full_data(&self) -> &Wtf8 {
618 self.data.as_wtf8()
619 }
620
621 fn data_len(&self) -> StrSize {
622 StrSize {

Callers 6

decode_utf8_compatibleFunction · 0.80
handle_encode_errorMethod · 0.80
handle_decode_errorMethod · 0.80
handle_encode_errorMethod · 0.80
handle_decode_errorMethod · 0.80
remaining_dataMethod · 0.80

Calls 1

as_wtf8Method · 0.45

Tested by

no test coverage detected