mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
docs
This commit is contained in:
parent
f8977c9ce3
commit
4203f232ad
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ impl<'t> KVStorage<'t> {
|
|||
// this bucket contains various u64s, indexed by constants above
|
||||
let numbers_bucket = store.int_bucket::<ValueBuf<Msgpack<u64>>>(Some("numbers"))?;
|
||||
|
||||
// this bucket contains operations, numbered consecutively
|
||||
// this bucket contains operations, numbered consecutively; the NEXT_OPERATION number gives
|
||||
// the index of the next operation to insert
|
||||
let operations_bucket =
|
||||
store.int_bucket::<ValueBuf<Msgpack<Operation>>>(Some("operations"))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue