MCPcopy Create free account
hub / github.com/git/git / odb_transaction_files_commit

Function odb_transaction_files_commit

object-file.c:1673–1680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673static void odb_transaction_files_commit(struct odb_transaction *base)
1674{
1675 struct odb_transaction_files *transaction =
1676 container_of(base, struct odb_transaction_files, base);
1677
1678 flush_loose_object_transaction(transaction);
1679 flush_packfile_transaction(transaction);
1680}
1681
1682struct odb_transaction *odb_transaction_files_begin(struct odb_source *source)
1683{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected