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

Method ~Backup

src/objects/backup.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15Backup::~Backup() {
16 if (alive) db->RemoveBackup(this);
17 CloseHandles();
18}
19
20// Whenever this is used, db->RemoveBackup must be invoked beforehand.
21void Backup::CloseHandles() {

Callers

nothing calls this directly

Calls 1

RemoveBackupMethod · 0.80

Tested by

no test coverage detected