From 30bc08762a5aa33b9f47af304d51ef3878752b2f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 12:24:49 +0000 Subject: object/store: ReadingStore -> Reader --- reachability/reachability.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reachability') diff --git a/reachability/reachability.go b/reachability/reachability.go index 1f12a698..6a0f2583 100644 --- a/reachability/reachability.go +++ b/reachability/reachability.go @@ -9,7 +9,7 @@ import ( // // Labels: MT-Safe. type Reachability struct { - store objectstore.ReadingStore + store objectstore.Reader graph *commitgraphread.Reader } @@ -17,6 +17,6 @@ type Reachability struct { // commit-graph reader for faster commit-domain traversal. // // Labels: Deps-Borrowed, Life-Parent. -func New(store objectstore.ReadingStore, graph *commitgraphread.Reader) *Reachability { +func New(store objectstore.Reader, graph *commitgraphread.Reader) *Reachability { return &Reachability{store: store, graph: graph} } -- cgit v1.3.1-10-gc9f91