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 }