(self)
| 1121 | """Tests for REFERENCES edge extraction from function-as-value patterns.""" |
| 1122 | |
| 1123 | def setup_method(self): |
| 1124 | self.parser = CodeParser() |
| 1125 | |
| 1126 | def test_ts_object_literal_function_values(self): |
| 1127 | """Object literal values that are function identifiers emit REFERENCES edges.""" |