diff options
| author | 2026-03-28 17:40:02 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:40:02 +0000 | |
| commit | 06583274fa64ad6677773bf4ca54f69226388203 (patch) | |
| tree | 66354bf972d267bf7ee5135eb7e5b90c31f9fe4d /commitquery/paint.go | |
| parent | format/commitgraph/read: Lifetime (diff) | |
| signature | No signature | |
commitquery: Make a reusable engine thingy
Diffstat (limited to 'commitquery/paint.go')
| -rw-r--r-- | commitquery/paint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commitquery/paint.go b/commitquery/paint.go index 90b38b10..6bb1f489 100644 --- a/commitquery/paint.go +++ b/commitquery/paint.go @@ -1,6 +1,6 @@ package commitquery -func (query *Query) paintDownToCommon(left nodeIndex, rights []nodeIndex, minGeneration uint64) error { +func (query *query) paintDownToCommon(left nodeIndex, rights []nodeIndex, minGeneration uint64) error { query.beginMarkPhase() query.setMarks(left, markLeft) |
