diff options
Diffstat (limited to 'format/commitgraph/read/commits.go')
| -rw-r--r-- | format/commitgraph/read/commits.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/format/commitgraph/read/commits.go b/format/commitgraph/read/commits.go index 48984ecb..e0a299e7 100644 --- a/format/commitgraph/read/commits.go +++ b/format/commitgraph/read/commits.go @@ -15,6 +15,8 @@ type Commit struct { } // NumCommits returns total commits across loaded layers. +// +// Labels: MT-Safe. func (reader *Reader) NumCommits() uint32 { return reader.total } |
