MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / show_error

Function show_error

core/display.py:116–118  ·  view source on GitHub ↗

Show an error message.

(text)

Source from the content-addressed store, hash-verified

114 console.print()
115
116def show_error(text):
117 """Show an error message."""
118 console.print(f' [bold red]✗[/bold red] {text}')
119
120def show_tdd_status(iteration, max_iter, passed, failed, total):
121 """Show TDD loop progress."""

Callers 1

run_tdd_loopFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected