MCPcopy 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
268static 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_fileFunction · 0.85
write_midx_internalFunction · 0.85
write_midx_incrementalFunction · 0.85
create_symref_lockFunction · 0.85

Calls 1

get_tempfile_fpFunction · 0.85

Tested by

no test coverage detected