mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
TDB2
- Implemented TDB2::gc. Probably with a few really nasty bugs, to provide nice entertainment for the rest of the weekend.
This commit is contained in:
parent
1c837822fc
commit
eb992d3523
2 changed files with 109 additions and 19 deletions
|
@ -111,6 +111,9 @@ public:
|
|||
std::string uuid (int);
|
||||
int id (const std::string&);
|
||||
|
||||
// Read-only mode.
|
||||
bool read_only ();
|
||||
|
||||
void clear ();
|
||||
void dump ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue