Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
759
impl Write for Vec<u8> {
Callers
1
serialize_value
Function · 0.45
Implementers
1
marshal.rs
crates/compiler-core/src/marshal.rs
Calls
1
write_slice
Method · 0.80
Tested by
no test coverage detected