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

Method drop

src/models/buffered_io.rs:74–78  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

72
73impl Drop for BufferRegion {
74 fn drop(&mut self) {
75 if self.should_final_flush() {
76 self.flush().unwrap();
77 }
78 }
79}
80
81struct Cursor {

Callers

nothing calls this directly

Calls 2

should_final_flushMethod · 0.80
flushMethod · 0.45

Tested by

no test coverage detected