5353- ** Classes** : 1
5454- ** File** : ` type_inference.py `
5555
56- ### code2llm.analysis.pipeline_detector
57- - ** Functions** : 18
58- - ** Classes** : 3
59- - ** File** : ` pipeline_detector.py `
60-
6156### code2llm.analysis.data_analysis
6257- ** Functions** : 18
6358- ** Classes** : 1
6459- ** File** : ` data_analysis.py `
6560
61+ ### code2llm.analysis.pipeline_detector
62+ - ** Functions** : 18
63+ - ** Classes** : 3
64+ - ** File** : ` pipeline_detector.py `
65+
6666### code2llm.exporters.project_yaml_exporter
6767- ** Functions** : 18
6868- ** Classes** : 1
@@ -473,10 +473,6 @@ Key functions that process and transform data:
473473> Create CLI argument parser.
474474- ** Output to** : argparse.ArgumentParser, parser.add_argument, parser.add_argument, parser.add_argument, parser.add_argument
475475
476- ### benchmarks.benchmark_format_quality._ generate_format_outputs
477- > Generate all format outputs and evaluate them.
478- - ** Output to** : format_configs.items, __ import__ , getattr, exporter_cls, time.time
479-
480476### demo_langs.valid.sample.UserService.process_users
481477- ** Output to** : print
482478
@@ -491,6 +487,10 @@ Checks:
4914871 . All chunks have required files (analysis.toon, contex
492488- ** Output to** : print, print, sorted, print, print
493489
490+ ### benchmarks.benchmark_format_quality._ generate_format_outputs
491+ > Generate all format outputs and evaluate them.
492+ - ** Output to** : format_configs.items, __ import__ , getattr, exporter_cls, time.time
493+
494494### code2llm.analysis.data_analysis.DataAnalyzer._ identify_process_patterns
495495- ** Output to** : result.functions.items, patterns.items, sorted, func.name.lower, indicators.items
496496
@@ -506,6 +506,10 @@ Checks:
506506> Load gitignore parser for project if available.
507507- ** Output to** : code2llm.core.gitignore.load_gitignore_patterns
508508
509+ ### code2llm.analysis.cfg.CFGExtractor._ format_except
510+ > Format except handler.
511+ - ** Output to** : self._ expr_to_str
512+
509513### code2llm.core.gitignore.GitIgnoreParser._ parse_pattern
510514> Parse a single gitignore pattern into regex.
511515- ** Output to** : pattern.startswith, pattern.endswith, pattern.startswith, self._ wildcard_to_regex, re.compile
@@ -520,10 +524,6 @@ Returns list of (module_name, start_line, end_line).
520524> Check if file should be processed.
521525- ** Output to** : file_path.lower, Path, self._ gitignore_parser.is_ignored, any, fnmatch.fnmatch
522526
523- ### code2llm.analysis.cfg.CFGExtractor._ format_except
524- > Format except handler.
525- - ** Output to** : self._ expr_to_str
526-
527527### code2llm.core.file_analyzer.FileAnalyzer._ process_class
528528> Process class definition.
529529- ** Output to** : ClassInfo, None.classes.append, isinstance, isinstance, methods.append
0 commit comments