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

Function grep_or_expr

grep.c:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594static struct grep_expr *grep_or_expr(struct grep_expr *left, struct grep_expr *right)
595{
596 return grep_binexp(GREP_NODE_OR, left, right);
597}
598
599static struct grep_expr *grep_and_expr(struct grep_expr *left, struct grep_expr *right)
600{

Callers 3

compile_pattern_orFunction · 0.85
prep_header_patternsFunction · 0.85
compile_grep_patternsFunction · 0.85

Calls 1

grep_binexpFunction · 0.85

Tested by

no test coverage detected