MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / clear_cache

Method clear_cache

utils/icon_detection.py:249–252  ·  view source on GitHub ↗

清空图标模板缓存

(self)

Source from the content-addressed store, hash-verified

247 return results
248
249 def clear_cache(self):
250 """清空图标模板缓存"""
251 self._icon_cache.clear()
252 logger.debug("图标模板缓存已清空")
253
254
255class IconPathResolver:

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
debugMethod · 0.80

Tested by

no test coverage detected