1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 12:34:10 +00:00
restic/internal/repository
greatroar d129baba7a repository: Reuse buffers in Repository.LoadUnpacked
This method had a buffer argument, but that was nil at all call sites.
That's removed, and instead LoadUnpacked now reuses whatever it
allocates inside its retry loop.
2023-01-30 22:01:01 +01:00
..
testdata
doc.go
fuzz_test.go
key.go
packer_manager.go
packer_manager_test.go
packer_uploader.go
repack.go
repack_test.go
repository.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
repository_internal_test.go
repository_test.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
testing.go