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

Function odb_source_free

odb/source.c:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void odb_source_free(struct odb_source *source)
27{
28 if (!source)
29 return;
30 source->free(source);
31}
32
33void odb_source_release(struct odb_source *source)
34{

Calls

no outgoing calls