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

Method _make_class_node

tests/test_graph.py:35–39  ·  view source on GitHub ↗
(self, name="MyClass", path="/test/file.py")

Source from the content-addressed store, hash-verified

33 )
34
35 def _make_class_node(self, name="MyClass", path="/test/file.py"):
36 return NodeInfo(
37 kind="Class", name=name, file_path=path,
38 line_start=5, line_end=50, language="python",
39 )
40
41 def test_upsert_and_get_node(self):
42 node = self._make_file_node()

Callers 1

test_get_statsMethod · 0.95

Calls 1

NodeInfoClass · 0.90

Tested by

no test coverage detected