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

Method write

atomic-core/src/output/filesystem/mod.rs:142–144  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

140
141impl Write for FileWriter {
142 fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
143 self.writer.write(buf)
144 }
145
146 fn flush(&mut self) -> io::Result<()> {
147 self.writer.flush()

Callers 1

write_fileMethod · 0.45

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected