summaryrefslogtreecommitdiff
path: root/test/utils/blob_creator.hpp
AgeCommit message (Collapse)Author
2024-08-30Remove blob_creator lib from testsMaksim Denisov
...and move this functionality to bazel_msg_factory_test, where it is actually used. For local_cas.test the regular hashing is used, since blob_creator is redundant there.
2024-07-22Pass HashFunction to ArtifactDigest::CreateMaksim Denisov
2024-05-28Rename BlobContainer to BazelBlobContainerMaksim Denisov
2024-05-28Move CreateBlobFromPath since it is only used in tests.Maksim Denisov