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:
@@ -60,4 +60,4 @@ def test_render_files_and_media_fast(app_instance: App):
|
||||
try:
|
||||
app_instance._render_files_and_media()
|
||||
except Exception as e:
|
||||
pytest.fail(f"_render_files_and_media raised an exception: {e}")
|
||||
pytest.fail(f"_render_files_and_media raised an exception: {e}")
|
||||
Reference in New Issue
Block a user