(t *testing.T)
| 259 | } |
| 260 | |
| 261 | func TestFastAggregations(t *testing.T) { |
| 262 | testAggregations(t, FastAnd, FastOr, nil) |
| 263 | } |
| 264 | |
| 265 | func TestHeapAggregations(t *testing.T) { |
| 266 | testAggregations(t, nil, HeapOr, HeapXor) |
nothing calls this directly
no test coverage detected
searching dependent graphs…