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

Method write_u64

crates/compiler-core/src/marshal.rs:754–756  ·  view source on GitHub ↗
(&mut self, v: u64)

Source from the content-addressed store, hash-verified

752 }
753
754 fn write_u64(&mut self, v: u64) {
755 self.write_slice(&v.to_le_bytes())
756 }
757}
758
759impl Write for Vec<u8> {

Callers 1

serialize_valueFunction · 0.45

Implementers 1

marshal.rscrates/compiler-core/src/marshal.rs

Calls 1

write_sliceMethod · 0.80

Tested by

no test coverage detected