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

Method write

atomic-repository/src/archive.rs:714–716  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

712
713impl Write for DirectoryFile {
714 fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
715 self.file.write(buf)
716 }
717
718 fn flush(&mut self) -> io::Result<()> {
719 self.file.flush()

Callers 5

save_changeMethod · 0.45
load_changeMethod · 0.45
copy_content_spanMethod · 0.45
delete_changeMethod · 0.45
clear_cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected