MCPcopy Create free account
hub / github.com/TASEmulators/fceux / get_lines

Method get_lines

src/utils/backward.hpp:1668–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666 }
1667
1668 lines_t get_lines(size_t line_start, size_t line_count) {
1669 lines_t lines;
1670 return get_lines(line_start, line_count, lines);
1671 }
1672
1673 // there is no find_if_not in C++98, lets do something crappy to
1674 // 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