Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
struct nth_line_cb {
548
struct diff_filespec *spec;
549
long lines;
550
unsigned long *line_ends;
551
};
552
553
static const char *nth_line(void *data, long line)
554
{
Callers
1
parse_range_funcname
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected