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

Function grep_attr_unlock

grep.c:1323–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323static inline void grep_attr_unlock(void)
1324{
1325 if (grep_use_locks)
1326 pthread_mutex_unlock(&grep_attr_mutex);
1327}
1328
1329static int match_funcname(struct grep_opt *opt, struct grep_source *gs,
1330 const char *bol, const char *eol)

Callers 2

grep_source_1Function · 0.85
grep_source_load_driverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected