Select the types of activity you want to include in your feed.
1package commitquery 2 3// marks returns the mark bits of one internal node. 4func (query *query) marks(idx nodeIndex) markBits { 5 return query.nodes[idx].marks 6}