清空图像缓存
(self)
| 360 | return [] |
| 361 | |
| 362 | def clear_cache(self): |
| 363 | """清空图像缓存""" |
| 364 | with self._cache_lock: |
| 365 | self._state_cache.clear() |
| 366 | |
| 367 | |
| 368 | # ======================== SAM3信息提取器 ======================== |
nothing calls this directly
no outgoing calls
no test coverage detected