blob: c1d82f3839997f7c6c406fd3d39cf2b5291157e7 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
package commitquery
import objectid "codeberg.org/lindenii/furgit/object/id"
func (query *query) id(idx nodeIndex) objectid.ObjectID {
return query.nodes[idx].id
}
|