MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / filled_len

Method filled_len

crates/commitlog/src/stream/common.rs:140–142  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

138 }
139
140 pub fn filled_len(&self) -> usize {
141 self.header.len() + self.body.len()
142 }
143}
144
145pub(super) enum DidReadExact {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected