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

Function submodule_cache_free

submodule-config.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void submodule_cache_free(struct submodule_cache *cache)
128{
129 submodule_cache_clear(cache);
130 free(cache);
131}
132
133static unsigned int hash_oid_string(const struct object_id *oid,
134 const char *string)

Callers 1

repo_clearFunction · 0.85

Calls 1

submodule_cache_clearFunction · 0.85

Tested by

no test coverage detected