summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/blob_tree.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-02-21 16:18:47 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-27 09:03:30 +0100
commita8a167cb206f6c66e52ab4e92e0939e91b8dfed8 (patch)
tree7861406725739f45a98c1312ed45264bb10b9b35 /src/buildtool/execution_api/common/blob_tree.hpp
parente1880bead60d433de2960104bd62cd9e27bfca17 (diff)
downloadjustbuild-a8a167cb206f6c66e52ab4e92e0939e91b8dfed8.tar.gz
ArtifactBlob: Convert to a class
Diffstat (limited to 'src/buildtool/execution_api/common/blob_tree.hpp')
-rw-r--r--src/buildtool/execution_api/common/blob_tree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/blob_tree.hpp b/src/buildtool/execution_api/common/blob_tree.hpp
index 47b3c3ae..2d5a8a25 100644
--- a/src/buildtool/execution_api/common/blob_tree.hpp
+++ b/src/buildtool/execution_api/common/blob_tree.hpp
@@ -38,7 +38,7 @@ class BlobTree {
[[nodiscard]] auto Blob() const noexcept -> ArtifactBlob { return blob_; }
[[nodiscard]] auto IsTree() const noexcept -> bool {
- return blob_.digest.IsTree();
+ return blob_.GetDigest().IsTree();
}
/// \brief Create a `BlobTree` from a `DirectoryTree`.