From 2680d58bab825e0584d710156d86a887a88f0a4f Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Mon, 10 Oct 2022 13:52:04 +0200 Subject: Refactor ReadTreeInfos function names and add documentation --- src/buildtool/execution_api/local/local_storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/execution_api/local/local_storage.cpp') diff --git a/src/buildtool/execution_api/local/local_storage.cpp b/src/buildtool/execution_api/local/local_storage.cpp index 2734577b..f784fbf8 100644 --- a/src/buildtool/execution_api/local/local_storage.cpp +++ b/src/buildtool/execution_api/local/local_storage.cpp @@ -88,7 +88,7 @@ namespace { } // namespace -auto LocalStorage::ReadTreeInfos( +auto LocalStorage::RecursivelyReadTreeLeafs( bazel_re::Digest const& tree_digest, std::filesystem::path const& parent) const noexcept -> std::optional, @@ -108,7 +108,7 @@ auto LocalStorage::ReadTreeInfos( return std::nullopt; } -auto LocalStorage::ReadTreeInfosDirect( +auto LocalStorage::ReadDirectTreeEntries( bazel_re::Digest const& tree_digest, std::filesystem::path const& parent) const noexcept -> std::optional, -- cgit v1.2.3