diff options
| author | 2026-03-28 17:08:46 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:08:46 +0000 | |
| commit | 78461860b65f84b2a4933ef8a033fa581a4d0c68 (patch) | |
| tree | c0aa308b2a24f3782c164cc554d4bac9a182edfe /ref/store/files/transaction_commit.go | |
| parent | ref/store/chain: Update docs (diff) | |
| signature | No signature | |
ref/store/files: Update docs
Diffstat (limited to 'ref/store/files/transaction_commit.go')
| -rw-r--r-- | ref/store/files/transaction_commit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ref/store/files/transaction_commit.go b/ref/store/files/transaction_commit.go index 76bcb195..aeea497e 100644 --- a/ref/store/files/transaction_commit.go +++ b/ref/store/files/transaction_commit.go @@ -1,5 +1,6 @@ package files +// Commit validates and applies the queued updates atomically. func (tx *Transaction) Commit() error { executor := &refUpdateExecutor{store: tx.store} |
