commit method
Commits this counter's active host transaction.
Implementation
void commit(ChatUtf8LineBudgetCheckpoint checkpoint) {
_requireActiveCheckpoint(checkpoint);
_activeCheckpoints.removeLast();
checkpoint._active = false;
}
Commits this counter's active host transaction.
void commit(ChatUtf8LineBudgetCheckpoint checkpoint) {
_requireActiveCheckpoint(checkpoint);
_activeCheckpoints.removeLast();
checkpoint._active = false;
}