MCPcopy Create free account
hub / github.com/bombela/backward-cpp / get_lines

Method get_lines

backward.hpp:3761–3764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 3

get_snippetMethod · 0.80
get_combined_snippetMethod · 0.80
get_coalesced_snippetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected