MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / CompareBackup

Class CompareBackup

src/objects/database.hpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20 };
21 class CompareBackup { public:
22 inline bool operator() (Backup const * const a, Backup const * const b) const {
23 return Backup::Compare(a, b);
24 }
25 };
26
27 // Proper error handling logic for when an sqlite3 operation fails.
28 void ThrowDatabaseError(Napi::Env env);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected