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

Class CompareStatement

src/objects/database.hpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15 };
16 class CompareStatement { public:
17 inline bool operator() (Statement const * const a, Statement const * const b) const {
18 return Statement::Compare(a, b);
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected