MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / get_lines

Method get_lines

src/backward.h:3798–3802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3796 }
3797
3798 lines_t get_lines(unsigned line_start, unsigned line_count)
3799 {
3800 lines_t lines;
3801 return get_lines(line_start, line_count, lines);
3802 }
3803
3804 // there is no find_if_not in C++98, lets do something crappy to
3805 // 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