summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common')
-rw-r--r--src/buildtool/execution_api/common/local_tree_map.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/local_tree_map.hpp b/src/buildtool/execution_api/common/local_tree_map.hpp
index 77de2d53..2758c339 100644
--- a/src/buildtool/execution_api/common/local_tree_map.hpp
+++ b/src/buildtool/execution_api/common/local_tree_map.hpp
@@ -11,7 +11,9 @@
#include "src/buildtool/common/artifact.hpp"
#include "src/buildtool/logging/logger.hpp"
-/// \brief Maps digest of `bazel_re::Directory` to `LocalTree`.
+/// \brief Maps `bazel_re::Digest` to `LocalTree`.
+/// Digest may refer to `bazel_re::Directory` or Git tree object, depending on
+/// mode being compatible or native, respectively.
class LocalTreeMap {
/// \brief Thread-safe pool of unique object infos.
class ObjectInfoPool {