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

Method close_file

atomic-repository/src/archive.rs:760–763  ·  view source on GitHub ↗
(&mut self, writer: Self::Writer)

Source from the content-addressed store, hash-verified

758 }
759
760 fn close_file(&mut self, writer: Self::Writer) -> Result<(), Self::Error> {
761 drop(writer);
762 Ok(())
763 }
764
765 fn finish(self) -> Result<(), Self::Error> {
766 Ok(())

Calls

no outgoing calls