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

Method RemoveBackup

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

Source from the content-addressed store, hash-verified

39 // Allow Backups to manage themselves when created and garbage collected.
40 inline void AddBackup(Backup* backup) { backups.insert(backups.end(), backup); }
41 inline void RemoveBackup(Backup* backup) { backups.erase(backup); }
42
43 // A view for Statements to see and modify Database state.
44 // The order of these fields must exactly match their actual order.

Callers 2

~BackupMethod · 0.80
NODE_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected