Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
616
impl 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_compatible
Function · 0.80
handle_encode_error
Method · 0.80
handle_decode_error
Method · 0.80
handle_encode_error
Method · 0.80
handle_decode_error
Method · 0.80
remaining_data
Method · 0.80
Calls
1
as_wtf8
Method · 0.45
Tested by
no test coverage detected