Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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(())
Callers
3
test_directory_archive_create_file
Function · 0.80
test_directory_archive_create_nested_file
Function · 0.80
archive_to_directory
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_directory_archive_create_file
Function · 0.64
test_directory_archive_create_nested_file
Function · 0.64