Improve coverage

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-22 13:33:09 +01:00
parent 57d57705a3
commit bb7e7ad430
4 changed files with 70 additions and 12 deletions

View File

@@ -90,6 +90,12 @@ public:
m_structuredJournalImpl = impl;
}
static void
disableStructuredJournal()
{
m_structuredJournalImpl = nullptr;
}
static bool
isStructuredJournalEnabled()
{