From 2006e2e07f073a79a84194a304e4958a8739d645 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 13:26:10 +0000 Subject: format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe --- format/commitgraph/read/hash.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'format/commitgraph/read/hash.go') diff --git a/format/commitgraph/read/hash.go b/format/commitgraph/read/hash.go index 3a525afe..4c0e3d2d 100644 --- a/format/commitgraph/read/hash.go +++ b/format/commitgraph/read/hash.go @@ -9,6 +9,8 @@ import ( ) // HashVersion returns the commit-graph hash version. +// +// Labels: MT-Safe. func (reader *Reader) HashVersion() uint8 { return reader.hashVersion } -- cgit v1.3.1-10-gc9f91