Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ get_lock_file_fp
Function
get_lock_file_fp
lockfile.h:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
static inline FILE *get_lock_file_fp(struct lock_file *lk)
269
{
270
return get_tempfile_fp(lk->tempfile);
271
}
272
273
/*
274
* Return the path of the file that is locked by the specified
Callers
4
write_commit_graph_file
Function · 0.85
write_midx_internal
Function · 0.85
write_midx_incremental
Function · 0.85
create_symref_lock
Function · 0.85
Calls
1
get_tempfile_fp
Function · 0.85
Tested by
no test coverage detected