aboutsummaryrefslogtreecommitdiff
path: root/commitquery/query_marks_get.go
blob: 28136d84af64a01f768baa22fb01000e955fda18 (about) (plain) (blame)
1
2
3
4
5
6
package commitquery

// marks returns the mark bits of one internal node.
func (query *query) marks(idx nodeIndex) markBits {
	return query.nodes[idx].marks
}