MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / clear_cache

Method clear_cache

comfyui_manager/common/git_compat.py:426–427  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

424 self._repo.git.submodule('update', '--init', '--recursive')
425
426 def clear_cache(self):
427 self._repo.git.clear_cache()
428
429 def fetch_remote_by_index(self, index):
430 self._repo.remotes[index].fetch()

Callers

nothing calls this directly

Calls 1

clear_cacheMethod · 0.45

Tested by

no test coverage detected