diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-30 15:18:35 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | 477c7d5e496b8eb5113b3b51f7152e05eae51fd7 (patch) | |
tree | dc66932c55fb9e7fd2353a6920bf1b0487209641 /src/buildtool/execution_api/serve/mr_local_api.hpp | |
parent | 0a8dbe086a23bbb905514007d21e2e04cdaae1e8 (diff) | |
download | justbuild-477c7d5e496b8eb5113b3b51f7152e05eae51fd7.tar.gz |
IExecutionApi: Rename IsAvailable to GetMissingDigests
Diffstat (limited to 'src/buildtool/execution_api/serve/mr_local_api.hpp')
-rw-r--r-- | src/buildtool/execution_api/serve/mr_local_api.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ArtifactDigest> const& digests) const noexcept -> std::unordered_set<ArtifactDigest> final; |