MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / flush

Method flush

atomic-core/src/output/filesystem/mod.rs:146–148  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

144 }
145
146 fn flush(&mut self) -> io::Result<()> {
147 self.writer.flush()
148 }
149}
150
151impl Drop for FileWriter {

Callers 2

finishMethod · 0.45
dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected