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

Method on_modified

openkb/watcher.py:75–77  ·  view source on GitHub ↗

Handle file modification events.

(self, event)

Source from the content-addressed store, hash-verified

73 self._handle_event(event)
74
75 def on_modified(self, event) -> None:
76 """Handle file modification events."""
77 self._handle_event(event)
78
79
80def watch_directory(

Callers 2

Calls 1

_handle_eventMethod · 0.95

Tested by 2