MCPcopy Index your code
hub / github.com/git/git / grep_source_clear

Function grep_source_clear

grep.c:1907–1913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905}
1906
1907void grep_source_clear(struct grep_source *gs)
1908{
1909 FREE_AND_NULL(gs->name);
1910 FREE_AND_NULL(gs->path);
1911 FREE_AND_NULL(gs->identifier);
1912 grep_source_clear_data(gs);
1913}
1914
1915void grep_source_clear_data(struct grep_source *gs)
1916{

Callers 4

grep_bufferFunction · 0.85
work_doneFunction · 0.85
grep_oidFunction · 0.85
grep_fileFunction · 0.85

Calls 1

grep_source_clear_dataFunction · 0.85

Tested by

no test coverage detected