Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
impl Drop for BufferRegion {
74
fn drop(&mut self) {
75
if self.should_final_flush() {
76
self.flush().unwrap();
77
}
78
}
79
}
80
81
struct Cursor {
Callers
nothing calls this directly
Calls
2
should_final_flush
Method · 0.80
flush
Method · 0.45
Tested by
no test coverage detected