From 477c7d5e496b8eb5113b3b51f7152e05eae51fd7 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 30 Jan 2025 15:18:35 +0100 Subject: IExecutionApi: Rename IsAvailable to GetMissingDigests --- test/buildtool/execution_engine/executor/executor.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/execution_engine/executor') 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 const& digests) const noexcept -> std::unordered_set final { std::unordered_set result; -- cgit v1.2.3