MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / on_created

Method on_created

openkb/watcher.py:71–73  ·  view source on GitHub ↗

Handle file creation events.

(self, event)

Source from the content-addressed store, hash-verified

69 self._schedule_flush()
70
71 def on_created(self, event) -> None:
72 """Handle file creation events."""
73 self._handle_event(event)
74
75 def on_modified(self, event) -> None:
76 """Handle file modification events."""

Calls 1

_handle_eventMethod · 0.95