Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tirth8205/code-review-graph
/ setup_method
Method
setup_method
tests/test_parser.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
11
class
TestCodeParser:
12
def
setup_method(self):
13
self.parser = CodeParser()
14
15
def
test_detect_language_python(self):
16
assert self.parser.detect_language(Path(
"foo.py"
)) ==
"python"
Callers
nothing calls this directly
Calls
1
CodeParser
Class · 0.90
Tested by
no test coverage detected