mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Improve coverage
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -90,6 +90,12 @@ public:
|
||||
m_structuredJournalImpl = impl;
|
||||
}
|
||||
|
||||
static void
|
||||
disableStructuredJournal()
|
||||
{
|
||||
m_structuredJournalImpl = nullptr;
|
||||
}
|
||||
|
||||
static bool
|
||||
isStructuredJournalEnabled()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user