mirror of
https://github.com/matrix-construct/construct
synced 2025-04-30 05:20:43 +02:00
ircd::db: Comment to clarify txn iface.
This commit is contained in:
parent
6b63d2e5af
commit
45c215eb8d
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ struct ircd::db::txn
|
|||
bool has(const op &, const string_view &col) const;
|
||||
bool has(const op &) const;
|
||||
|
||||
size_t bytes() const;
|
||||
size_t size() const;
|
||||
size_t bytes() const; // size of data in txn.
|
||||
size_t size() const; // count of updates in txn.
|
||||
|
||||
// commit
|
||||
void operator()(database &, const sopts & = {});
|
||||
|
|
Loading…
Add table
Reference in a new issue