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

Method on_created

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

Source from the content-addressed store, hash-verified

332 self._debounced_callback(event)
333
334 def on_created(self, event):
335 if not event.is_directory and self._should_trigger(event.src_path):
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):

Callers

nothing calls this directly

Calls 2

_should_triggerMethod · 0.95
_debounced_callbackMethod · 0.95

Tested by

no test coverage detected