| 3759 | } |
| 3760 | |
| 3761 | lines_t get_lines(unsigned line_start, unsigned line_count) { |
| 3762 | lines_t lines; |
| 3763 | return get_lines(line_start, line_count, lines); |
| 3764 | } |
| 3765 | |
| 3766 | // there is no find_if_not in C++98, lets do something crappy to |
| 3767 | // workaround. |
no outgoing calls
no test coverage detected