MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / on_deleted

Method on_deleted

core/background.py:338–340  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

336 self._debounced_callback(event)
337
338 def on_deleted(self, event):
339 if not event.is_directory and self._should_trigger(event.src_path):
340 self._debounced_callback(event)
341
342 watch_path = Path(path)
343 if not watch_path.exists():

Callers

nothing calls this directly

Calls 2

_should_triggerMethod · 0.95
_debounced_callbackMethod · 0.95

Tested by

no test coverage detected