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

Function compile_pattern_expr

grep.c:693–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693static struct grep_expr *compile_pattern_expr(struct grep_pat **list)
694{
695 return compile_pattern_or(list);
696}
697
698static struct grep_expr *grep_true_expr(void)
699{

Callers 1

compile_grep_patternsFunction · 0.85

Calls 1

compile_pattern_orFunction · 0.85

Tested by

no test coverage detected