Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
693
static struct grep_expr *compile_pattern_expr(struct grep_pat **list)
694
{
695
return compile_pattern_or(list);
696
}
697
698
static struct grep_expr *grep_true_expr(void)
699
{
Callers
1
compile_grep_patterns
Function · 0.85
Calls
1
compile_pattern_or
Function · 0.85
Tested by
no test coverage detected