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

Method ~Backup

src/objects/backup.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RemoveBackupMethod · 0.80

Tested by

no test coverage detected