Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ drop
Method
drop
atomic-core/src/output/filesystem/mod.rs:152–155 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
150
151
impl Drop for FileWriter {
152
fn drop(&mut self) {
153
// Best-effort flush on drop
154
let _ = self.writer.flush();
155
}
156
}
157
158
// HASHING WRITER
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected