MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / get_lines

Method get_lines

oneflow/extension/stack/stacktrace.h:3657–3660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3655 }
3656
3657 lines_t get_lines(unsigned line_start, unsigned line_count) {
3658 lines_t lines;
3659 return get_lines(line_start, line_count, lines);
3660 }
3661
3662 // there is no find_if_not in C++98, lets do something crappy to
3663 // 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