MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / serialize

Method serialize

src/structures/tree/serialization.rs:20–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18
19impl TreeSerialization for i32 {
20 fn serialize(&self) -> Vec<u8> {
21 self.to_le_bytes().to_vec()
22 }
23}
24
25impl TreeDeserialization for String {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected