summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor/executor.test.cpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-01-30 15:18:35 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-07 14:58:04 +0100
commit477c7d5e496b8eb5113b3b51f7152e05eae51fd7 (patch)
treedc66932c55fb9e7fd2353a6920bf1b0487209641 /test/buildtool/execution_engine/executor/executor.test.cpp
parent0a8dbe086a23bbb905514007d21e2e04cdaae1e8 (diff)
downloadjustbuild-477c7d5e496b8eb5113b3b51f7152e05eae51fd7.tar.gz
IExecutionApi: Rename IsAvailable to GetMissingDigests
Diffstat (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp')
-rw-r--r--test/buildtool/execution_engine/executor/executor.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp
index b36e5fba..2db9306b 100644
--- a/test/buildtool/execution_engine/executor/executor.test.cpp
+++ b/test/buildtool/execution_engine/executor/executor.test.cpp
@@ -249,7 +249,7 @@ class TestApi : public IExecutionApi {
return false;
}
}
- [[nodiscard]] auto IsAvailable(
+ [[nodiscard]] auto GetMissingDigests(
std::unordered_set<ArtifactDigest> const& digests) const noexcept
-> std::unordered_set<ArtifactDigest> final {
std::unordered_set<ArtifactDigest> result;