| 3770 | } |
| 3771 | |
| 3772 | lines_t get_lines(unsigned line_start, unsigned line_count) { |
| 3773 | lines_t lines; |
| 3774 | return get_lines(line_start, line_count, lines); |
| 3775 | } |
| 3776 | |
| 3777 | // there is no find_if_not in C++98, lets do something crappy to |
| 3778 | // workaround. |
no outgoing calls
no test coverage detected