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

Function is_empty_line

grep.c:1559–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557}
1558
1559static int is_empty_line(const char *bol, const char *eol)
1560{
1561 while (bol < eol && isspace(*bol))
1562 bol++;
1563 return bol == eol;
1564}
1565
1566static int grep_source_1(struct grep_opt *opt, struct grep_source *gs, int collect_hits)
1567{

Callers 2

show_pre_contextFunction · 0.85
grep_source_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected