MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _analyze_line_counts_impl

Function _analyze_line_counts_impl

codeclash/viewer/app.py:1181–1184  ·  view source on GitHub ↗

Internal implementation of line counts analysis with timeout

(folder_path: Path)

Source from the content-addressed store, hash-verified

1179
1180@timeout(120)
1181def _analyze_line_counts_impl(folder_path: Path):
1182 """Internal implementation of line counts analysis with timeout"""
1183 parser = LogParser(folder_path)
1184 return parser.analyze_line_counts()
1185
1186
1187@app.route("/analysis/line-counts")

Callers 1

analysis_line_countsFunction · 0.85

Calls 2

analyze_line_countsMethod · 0.95
LogParserClass · 0.85

Tested by

no test coverage detected