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:
@@ -3,7 +3,8 @@ import time
|
||||
def test_gui_startup_smoke(live_gui):
|
||||
"""
|
||||
|
||||
Smoke test to ensure the GUI starts and remains running.
|
||||
|
||||
Smoke test to ensure the GUI starts and remains running.
|
||||
"""
|
||||
proc, _ = live_gui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user