We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29cac7 commit e68c156Copy full SHA for e68c156
llvm/lib/RemoteCachingService/CAS/GRPCRelayCAS.cpp
@@ -113,7 +113,7 @@ class GRPCRelayCAS : public ObjectStore {
113
// ObjectStore interfaces.
114
Expected<CASID> parseID(StringRef ID) final;
115
Expected<ObjectRef> store(ArrayRef<ObjectRef> Refs,
116
- ArrayRef<char> Data) final;
+ ArrayRef<char> Data) final;
117
CASID getID(ObjectRef Ref) const final;
118
std::optional<ObjectRef> getReference(const CASID &ID) const final;
119
Expected<bool> isMaterialized(ObjectRef Ref) const final;
0 commit comments