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

Function _print_section

src/cocoindex_code/cli.py:833–838  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

831
832
833def _print_section(name: str) -> None:
834 import click as _click
835
836 _typer.echo()
837 _typer.echo(_click.style(f" {name}", bold=True))
838 _typer.echo(_click.style(f" {'─' * 38}", fg="bright_black"))
839
840
841def _print_error(msg: str) -> None:

Callers 1

doctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected