Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
static inline void vector_unlock(void)
486
{
487
pthread_mutex_unlock(&check_vector.mutex);
488
}
489
490
static void check_vector_add(struct attr_check *c)
491
{
Callers
3
check_vector_add
Function · 0.85
check_vector_remove
Function · 0.85
drop_all_attr_stacks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected