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

Class grep_source

builtin/grep.c:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108static int skip_first_line;
109
110static void add_work(struct grep_opt *opt, struct grep_source *gs)
111{
112 if (opt->binary != GREP_BINARY_TEXT)
113 grep_source_load_driver(gs, opt->repo->index);

Callers 3

runFunction · 0.70
grep_oidFunction · 0.70
grep_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected