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