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

Method _make_file_node

tests/test_graph.py:21–25  ·  view source on GitHub ↗
(self, path="/test/file.py")

Source from the content-addressed store, hash-verified

19 Path(self.tmp.name).unlink(missing_ok=True)
20
21 def _make_file_node(self, path="/test/file.py"):
22 return NodeInfo(
23 kind="File", name=path, file_path=path,
24 line_start=1, line_end=100, language="python",
25 )
26
27 def _make_func_node(self, name="my_func", path="/test/file.py", parent=None, is_test=False):
28 return NodeInfo(

Calls 1

NodeInfoClass · 0.90

Tested by

no test coverage detected