Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
impl Drop for FileWriter {
Callers
2
finish
Method · 0.45
drop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected