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

Function vector_unlock

attr.c:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485static inline void vector_unlock(void)
486{
487 pthread_mutex_unlock(&check_vector.mutex);
488}
489
490static void check_vector_add(struct attr_check *c)
491{

Callers 3

check_vector_addFunction · 0.85
check_vector_removeFunction · 0.85
drop_all_attr_stacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected