MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / _print_error

Function _print_error

src/cocoindex_code/cli.py:841–844  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

839
840
841def _print_error(msg: str) -> None:
842 import click as _click
843
844 _typer.echo(_click.style(f" ERROR: {msg}", fg="red"), err=True)
845
846
847def _print_doctor_result(result: DoctorCheckResult, *, verbose: bool = False) -> None:

Callers 1

doctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected