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

Function grep_true_expr

grep.c:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698static struct grep_expr *grep_true_expr(void)
699{
700 struct grep_expr *z = xcalloc(1, sizeof(*z));
701 z->node = GREP_NODE_TRUE;
702 return z;
703}
704
705static struct grep_expr *prep_header_patterns(struct grep_opt *opt)
706{

Callers 1

prep_header_patternsFunction · 0.85

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected