feat(sdm): inject structural dependency mapping tags across codebase
Adds [C: caller] tags to functions/methods and [M: mutation] / [U: usage] tags to class variables based on cross-module call analysis.
This commit is contained in:
@@ -65,4 +65,4 @@ def test_process_pending_gui_tasks_right_click(app_instance: App) -> None:
|
||||
{"action": "right_click", "item": "item_id"}
|
||||
]
|
||||
app_instance.controller._process_pending_gui_tasks()
|
||||
mock_callback.assert_called_once()
|
||||
mock_callback.assert_called_once()
|
||||
Reference in New Issue
Block a user