From 78461860b65f84b2a4933ef8a033fa581a4d0c68 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 17:08:46 +0000 Subject: ref/store/files: Update docs --- ref/store/files/batch_apply.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ref/store/files/batch_apply.go') diff --git a/ref/store/files/batch_apply.go b/ref/store/files/batch_apply.go index 138026a3..b4be9079 100644 --- a/ref/store/files/batch_apply.go +++ b/ref/store/files/batch_apply.go @@ -2,6 +2,7 @@ package files import refstore "codeberg.org/lindenii/furgit/ref/store" +// Apply validates and applies the queued updates. func (batch *Batch) Apply() ([]refstore.BatchResult, error) { results := make([]refstore.BatchResult, len(batch.ops)) remainingIdx := make([]int, 0, len(batch.ops)) -- cgit v1.3.1-10-gc9f91