mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-02-19 01:18:44 -06:00
9 lines
150 B
C++
9 lines
150 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
class ShardDBTools {
|
|
public:
|
|
static void verifyEqual(const std::string& db1Path, const std::string& db2Path);
|
|
};
|