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

Function grep_and_expr

grep.c:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599static struct grep_expr *grep_and_expr(struct grep_expr *left, struct grep_expr *right)
600{
601 return grep_binexp(GREP_NODE_AND, left, right);
602}
603
604static struct grep_expr *compile_pattern_or(struct grep_pat **);
605static struct grep_expr *compile_pattern_atom(struct grep_pat **list)

Callers 1

compile_pattern_andFunction · 0.85

Calls 1

grep_binexpFunction · 0.85

Tested by

no test coverage detected