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

Function append_grep_pattern

grep.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void append_grep_pattern(struct grep_opt *opt, const char *pat,
186 const char *origin, int no, enum grep_pat_token t)
187{
188 append_grep_pat(opt, pat, strlen(pat), origin, no, t);
189}
190
191void append_grep_pat(struct grep_opt *opt, const char *pat, size_t patlen,
192 const char *origin, int no, enum grep_pat_token t)

Callers 7

add_grepFunction · 0.85
not_callbackFunction · 0.85
and_callbackFunction · 0.85
open_callbackFunction · 0.85
close_callbackFunction · 0.85
pattern_callbackFunction · 0.85
cmd_grepFunction · 0.85

Calls 1

append_grep_patFunction · 0.85

Tested by

no test coverage detected