Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
watch_directory(
Callers
2
test_collects_modified_files
Method · 0.95
test_mixed_events_collected
Method · 0.95
Calls
1
_handle_event
Method · 0.95
Tested by
2
test_collects_modified_files
Method · 0.76
test_mixed_events_collected
Method · 0.76