MCPcopy Index your code
hub / github.com/git/git / commit_fetch_head

Function commit_fetch_head

builtin/fetch.c:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191static void commit_fetch_head(struct fetch_head *fetch_head)
1192{
1193 if (!fetch_head->fp || !atomic_fetch)
1194 return;
1195 strbuf_write(&fetch_head->buf, fetch_head->fp);
1196}
1197
1198static void close_fetch_head(struct fetch_head *fetch_head)
1199{

Callers 1

do_fetchFunction · 0.85

Calls 1

strbuf_writeFunction · 0.85

Tested by

no test coverage detected