MCPcopy
hub / github.com/HKUDS/DeepCode / print_results_header

Method print_results_header

cli/cli_interface.py:658–665  ·  view source on GitHub ↗

Print results section header

(self)

Source from the content-addressed store, hash-verified

656 self.print_separator("─", 79, Colors.CYAN)
657
658 def print_results_header(self):
659 """Print results section header"""
660 header = f"""
661{Colors.BOLD}{Colors.OKGREEN}╔═══════════════════════════════════════════════════════════════════════════════╗
662║ PROCESSING RESULTS ║
663╚═══════════════════════════════════════════════════════════════════════════════╝{Colors.ENDC}
664"""
665 print(header)
666
667 def print_error_box(self, title: str, error_msg: str):
668 """Print formatted error box"""

Callers 1

display_resultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected