From b5a06a889175259e4de929a2058f02ac08dc41aa Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 24 Jan 2024 13:18:55 -0800 Subject: [PATCH] Move api symbols out of coverage for now --- ConflictSet.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 88dcf10..10a6f91 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -1183,6 +1183,10 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl { int64_t oldestVersion; }; +// ==================== END IMPLEMENTATION ==================== + +// GCOVR_EXCL_START + void ConflictSet::check(const ReadRange *reads, Result *results, int count) const { return impl->check(reads, results, count); @@ -1246,10 +1250,6 @@ __attribute__((__visibility__("default"))) void ConflictSet_destroy(void *cs) { } } -// ==================== END IMPLEMENTATION ==================== - -// GCOVR_EXCL_START - std::string printable(std::string_view key) { std::string result; for (uint8_t c : key) {