| 450 | } |
| 451 | |
| 452 | void COPCindex::clear_intervals() |
| 453 | { |
| 454 | start = 0; |
| 455 | end = 0; |
| 456 | current_interval = 0; |
| 457 | points_intervals.clear(); |
| 458 | offsets_intervals.clear(); |
| 459 | query.clear(); |
| 460 | } |
| 461 | |
| 462 | bool COPCindex::has_intervals() |
| 463 | { |
nothing calls this directly
no outgoing calls
no test coverage detected