MCPcopy Create free account
hub / github.com/git/git / nth_line_cb

Class nth_line_cb

line-log.c:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547struct nth_line_cb {
548 struct diff_filespec *spec;
549 long lines;
550 unsigned long *line_ends;
551};
552
553static const char *nth_line(void *data, long line)
554{

Callers 1

parse_range_funcnameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected