MCPcopy
hub / github.com/tirth8205/code-review-graph / on_created

Method on_created

code_review_graph/incremental.py:1117–1121  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1115 self._schedule(event.src_path)
1116
1117 def on_created(self, event):
1118 if event.is_directory:
1119 return
1120 if self._should_handle(event.src_path):
1121 self._schedule(event.src_path)
1122
1123 def on_deleted(self, event):
1124 if event.is_directory:

Callers

nothing calls this directly

Calls 2

_should_handleMethod · 0.95
_scheduleMethod · 0.95

Tested by

no test coverage detected