ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f dir: /commitquery/query_marks_get.go/
package commitquery // marks returns the mark bits of one internal node. func (query *query) marks(idx nodeIndex) markBits { return query.nodes[idx].marks }