MCPcopy Index your code
hub / github.com/tirth8205/code-review-graph / setup_method

Method setup_method

tests/test_parser.py:1123–1124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 1

CodeParserClass · 0.90

Tested by

no test coverage detected