diff options
| author | 2026-03-28 17:20:34 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:20:34 +0000 | |
| commit | 7654ba81596ef40b3044658346cc6377def4ef56 (patch) | |
| tree | 4158f6ec3706b47f6abb008f892ec8f99c7cd589 /format/commitgraph/read/commitat.go | |
| parent | format/commitgraph/read: Update docs (diff) | |
| signature | No signature | |
format/commitgraph/read: Lifetime
Diffstat (limited to 'format/commitgraph/read/commitat.go')
| -rw-r--r-- | format/commitgraph/read/commitat.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/format/commitgraph/read/commitat.go b/format/commitgraph/read/commitat.go index a39c5ccd..827c72ce 100644 --- a/format/commitgraph/read/commitat.go +++ b/format/commitgraph/read/commitat.go @@ -8,6 +8,8 @@ import ( ) // CommitAt returns decoded commit-graph metadata at one position. +// +// Labels: Life-Independent. func (reader *Reader) CommitAt(pos Position) (Commit, error) { layer, err := reader.layerByPosition(pos) if err != nil { |
