Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ use_optional_locks
Function
use_optional_locks
environment.c:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
int use_optional_locks(void)
201
{
202
return git_env_bool(GIT_OPTIONAL_LOCKS_ENVIRONMENT, 1);
203
}
204
205
int print_sha1_ellipsis(void)
206
{
Callers
1
cmd_status
Function · 0.85
Calls
1
git_env_bool
Function · 0.85
Tested by
no test coverage detected