From 06583274fa64ad6677773bf4ca54f69226388203 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 17:40:02 +0000 Subject: commitquery: Make a reusable engine thingy --- commitquery/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitquery/node.go') diff --git a/commitquery/node.go b/commitquery/node.go index c0f25c55..d5f1d3cd 100644 --- a/commitquery/node.go +++ b/commitquery/node.go @@ -28,7 +28,7 @@ type node struct { } // newNode allocates one empty internal node. -func (query *Query) newNode(id objectid.ObjectID) nodeIndex { +func (query *query) newNode(id objectid.ObjectID) nodeIndex { count := len(query.nodes) idx := nodeIndex(count) -- cgit v1.3.1-10-gc9f91