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

Method flush

crates/commitlog/src/segment.rs:172–174  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

170 }
171
172 pub fn flush(&mut self) -> io::Result<()> {
173 self.inner.flush()
174 }
175
176 /// Get the current epoch.
177 pub fn epoch(&self) -> u64 {

Callers 4

write_read_roundtripFunction · 0.45
metadataFunction · 0.45
commitsFunction · 0.45
transactionsFunction · 0.45

Calls

no outgoing calls

Tested by 4

write_read_roundtripFunction · 0.36
metadataFunction · 0.36
commitsFunction · 0.36
transactionsFunction · 0.36