MCPcopy Create free account
hub / github.com/cosdata/cosdata / flush_all

Method flush_all

src/models/buffered_io.rs:131–136  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

129 }
130
131 pub fn flush_all(&self) -> Result<(), BufIoError> {
132 for bufman in self.bufmans.iter() {
133 bufman.flush()?;
134 }
135 Ok(())
136 }
137}
138
139pub struct BufferManager {

Callers 11

flushMethod · 0.45
flushMethod · 0.45
flushMethod · 0.45
flushMethod · 0.45
serializeMethod · 0.45
end_to_end_testFunction · 0.45

Calls 2

iterMethod · 0.45
flushMethod · 0.45