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 --- src/buildtool/execution_api/serve/mr_local_api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/serve/mr_local_api.hpp') diff --git a/src/buildtool/execution_api/serve/mr_local_api.hpp b/src/buildtool/execution_api/serve/mr_local_api.hpp index c548241e..a4f6e0b1 100644 --- a/src/buildtool/execution_api/serve/mr_local_api.hpp +++ b/src/buildtool/execution_api/serve/mr_local_api.hpp @@ -126,7 +126,7 @@ class MRLocalApi final : public IExecutionApi { /// \note The caller is responsible for passing vectors with digests of the /// same type. For simplicity, this method takes the first digest of the /// vector as representative for figuring out hash function type. - [[nodiscard]] auto IsAvailable( + [[nodiscard]] auto GetMissingDigests( std::unordered_set const& digests) const noexcept -> std::unordered_set final; -- cgit v1.2.3