git_odb_backend.refresh

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()).

struct git_odb_backend
int function(.git_odb_backend*) refresh;

Meta