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

Function odb_source_close

odb/source.h:302–305  ·  view source on GitHub ↗

* Close the object database source without releasing he underlying data. The * source can still be used going forward, but it first needs to be reopened. * This can be useful to reduce resource usage. */

Source from the content-addressed store, hash-verified

300 * This can be useful to reduce resource usage.
301 */
302static inline void odb_source_close(struct odb_source *source)
303{
304 source->close(source);
305}
306
307/*
308 * Reprepare the object database source and clear any caches. Depending on the

Callers 2

odb_closeFunction · 0.85
odb_source_files_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected