diff options
| author | 2026-03-28 18:19:19 +0000 | |
|---|---|---|
| committer | 2026-03-28 18:19:19 +0000 | |
| commit | e179938136297be60d3e6e08c9f877b08e5180df (patch) | |
| tree | 666b33d3d3e79dbb81224ed52b0df3b8675afa37 /reachability | |
| parent | network/receivepack: Update docs (diff) | |
| signature | No signature | |
reachability, repository: MT-Safe reachability v0.1.125
Diffstat (limited to 'reachability')
| -rw-r--r-- | reachability/reachability.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/reachability.go b/reachability/reachability.go index 6932016b..2266243c 100644 --- a/reachability/reachability.go +++ b/reachability/reachability.go @@ -8,7 +8,7 @@ import ( // Reachability provides graph traversal over objects in one object store. // -// Labels: MT-Unsafe. +// Labels: MT-Safe. type Reachability struct { store objectstore.ReadingStore graph *commitgraphread.Reader |
