44
55- ** Project** : .
66- ** Primary Language** : python
7- - ** Languages** : python: 127 , shell: 4
7+ - ** Languages** : python: 126 , shell: 4, java: 1
88- ** Analysis Mode** : static
99- ** Total Functions** : 1011
1010- ** Total Classes** : 111
@@ -175,17 +175,17 @@ Builds a call graph as a DiGraph, fin
175175- ** Methods** : 17
176176- ** Key Methods** : code2llm.analysis.pipeline_detector.PipelineDetector.__ init__ , code2llm.analysis.pipeline_detector.PipelineDetector.detect, code2llm.analysis.pipeline_detector.PipelineDetector._ build_graph, code2llm.analysis.pipeline_detector.PipelineDetector._ find_pipeline_paths, code2llm.analysis.pipeline_detector.PipelineDetector._ longest_path_from, code2llm.analysis.pipeline_detector.PipelineDetector._ longest_path_in_dag, code2llm.analysis.pipeline_detector.PipelineDetector._ build_pipelines, code2llm.analysis.pipeline_detector.PipelineDetector._ build_stages, code2llm.analysis.pipeline_detector.PipelineDetector._ classify_domain, code2llm.analysis.pipeline_detector.PipelineDetector._ derive_pipeline_name
177177
178- ### code2llm.core.file_analyzer.FileAnalyzer
179- > Analyzes a single file.
180- - ** Methods** : 17
181- - ** Key Methods** : code2llm.core.file_analyzer.FileAnalyzer.__ init__ , code2llm.core.file_analyzer.FileAnalyzer._ route_to_language_analyzer, code2llm.core.file_analyzer.FileAnalyzer.analyze_file, code2llm.core.file_analyzer.FileAnalyzer._ analyze_python, code2llm.core.file_analyzer.FileAnalyzer._ analyze_ast, code2llm.core.file_analyzer.FileAnalyzer._ calculate_complexity, code2llm.core.file_analyzer.FileAnalyzer._ perform_deep_analysis, code2llm.core.file_analyzer.FileAnalyzer._ process_class, code2llm.core.file_analyzer.FileAnalyzer._ process_function, code2llm.core.file_analyzer.FileAnalyzer._ build_cfg
182-
183178### code2llm.analysis.cfg.CFGExtractor
184179> Extract Control Flow Graph from AST.
185180- ** Methods** : 17
186181- ** Key Methods** : code2llm.analysis.cfg.CFGExtractor.__ init__ , code2llm.analysis.cfg.CFGExtractor.extract, code2llm.analysis.cfg.CFGExtractor.new_node, code2llm.analysis.cfg.CFGExtractor.connect, code2llm.analysis.cfg.CFGExtractor.visit_FunctionDef, code2llm.analysis.cfg.CFGExtractor.visit_AsyncFunctionDef, code2llm.analysis.cfg.CFGExtractor.visit_If, code2llm.analysis.cfg.CFGExtractor.visit_For, code2llm.analysis.cfg.CFGExtractor.visit_While, code2llm.analysis.cfg.CFGExtractor.visit_Try
187182- ** Inherits** : ast.NodeVisitor
188183
184+ ### code2llm.core.file_analyzer.FileAnalyzer
185+ > Analyzes a single file.
186+ - ** Methods** : 17
187+ - ** Key Methods** : code2llm.core.file_analyzer.FileAnalyzer.__ init__ , code2llm.core.file_analyzer.FileAnalyzer._ route_to_language_analyzer, code2llm.core.file_analyzer.FileAnalyzer.analyze_file, code2llm.core.file_analyzer.FileAnalyzer._ analyze_python, code2llm.core.file_analyzer.FileAnalyzer._ analyze_ast, code2llm.core.file_analyzer.FileAnalyzer._ calculate_complexity, code2llm.core.file_analyzer.FileAnalyzer._ perform_deep_analysis, code2llm.core.file_analyzer.FileAnalyzer._ process_class, code2llm.core.file_analyzer.FileAnalyzer._ process_function, code2llm.core.file_analyzer.FileAnalyzer._ build_cfg
188+
189189### code2llm.exporters.evolution_exporter.EvolutionExporter
190190> Export evolution.toon.yaml — prioritized refactoring queue.
191191- ** Methods** : 17
@@ -286,6 +286,10 @@ Key functions that process and transform data:
286286> Process a user request with complex logic.
287287- ** Output to** : request.action.startswith, examples.streaming-analyzer.sample_project.utils.validate_input, print, self.auth.authenticate, print
288288
289+ ### benchmarks.format_evaluator.evaluate_format
290+ > Oceń pojedynczy format względem ground truth.
291+ - ** Output to** : FormatScore, benchmarks.format_evaluator._ detect_problems, sum, benchmarks.format_evaluator._ detect_pipelines, sum
292+
289293### scripts.benchmark_badges.parse_evolution_metrics
290294> Extract metrics from evolution.toon content.
291295- ** Output to** : toon_content.splitlines, re.search, line.strip, line.startswith, m.group
@@ -309,10 +313,6 @@ Key functions that process and transform data:
309313### scripts.bump_version.format_version
310314> Format version tuple as string
311315
312- ### benchmarks.format_evaluator.evaluate_format
313- > Oceń pojedynczy format względem ground truth.
314- - ** Output to** : FormatScore, benchmarks.format_evaluator._ detect_problems, sum, benchmarks.format_evaluator._ detect_pipelines, sum
315-
316316### code2llm.cli_parser.create_parser
317317> Create CLI argument parser.
318318- ** Output to** : argparse.ArgumentParser, parser.add_argument, parser.add_argument, parser.add_argument, parser.add_argument
@@ -328,13 +328,13 @@ Checks:
3283281 . All chunks have required files (analysis.toon, contex
329329- ** Output to** : print, print, sorted, print, print
330330
331- ### code2llm.analysis.data_analysis.DataAnalyzer._ identify_process_patterns
332- - ** Output to** : result.functions.items, patterns.items, sorted, func.name.lower, indicators.items
333-
334331### benchmarks.benchmark_format_quality._ generate_format_outputs
335332> Generate all format outputs and evaluate them.
336333- ** Output to** : format_configs.items, __ import__ , getattr, exporter_cls, time.time
337334
335+ ### code2llm.analysis.data_analysis.DataAnalyzer._ identify_process_patterns
336+ - ** Output to** : result.functions.items, patterns.items, sorted, func.name.lower, indicators.items
337+
338338### code2llm.core.ast_registry.ASTRegistry.invalidate
339339> Remove cached AST and source for * filepath* (e.g. after file write).
340340- ** Output to** : self._ trees.pop, self._ sources.pop
0 commit comments