Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
impl EncodeSize for Checkpoint {
108
fn encode_size(&self) -> usize {
Callers
2
test_checkpoint_codec_encode_decode_empty
Function · 0.45
test_checkpoint_codec_encode_decode_with_populated_state
Function · 0.45
Calls
2
len
Method · 0.80
put
Method · 0.80
Tested by
2
test_checkpoint_codec_encode_decode_empty
Function · 0.36
test_checkpoint_codec_encode_decode_with_populated_state
Function · 0.36