If the backend implements a refreshing mechanism, it should be exposed through this endpoint. Each call to git_odb_refresh() will invoke it.
The odb layer will automatically call this when needed on failed lookups (ie. exists(), read(), read_header()).
See Implementation
If the backend implements a refreshing mechanism, it should be exposed through this endpoint. Each call to git_odb_refresh() will invoke it.
The odb layer will automatically call this when needed on failed lookups (ie. exists(), read(), read_header()).