MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / get_lines

Method get_lines

external/include/backward/backward.hpp:3772–3775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

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