MCPcopy Create free account
hub / github.com/SeismicSystems/summit / write

Method write

types/src/checkpoint.rs:99–105  ·  view source on GitHub ↗
(&self, buf: &mut impl BufMut)

Source from the content-addressed store, hash-verified

97 ));
98 }
99
100 Ok(Self {
101 data: Bytes::from(data),
102 digest,
103 })
104 }
105}
106
107impl EncodeSize for Checkpoint {
108 fn encode_size(&self) -> usize {

Calls 2

lenMethod · 0.80
putMethod · 0.80