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 c497eeb commit a2bb4e4Copy full SHA for a2bb4e4
llvm/include/llvm/CAS/OnDiskKeyValueDB.h
@@ -35,9 +35,7 @@ class OnDiskKeyValueDB {
35
Expected<std::optional<ArrayRef<char>>> get(ArrayRef<uint8_t> Key);
36
37
/// \returns Total size of stored data.
38
- size_t getStorageSize() const {
39
- return Cache.size();
40
- }
+ size_t getStorageSize() const { return Cache.size(); }
41
42
/// \returns The precentage of space utilization of hard space limits.
43
///
0 commit comments