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

Function print_project_header

src/cocoindex_code/cli.py:149–151  ·  view source on GitHub ↗

Print the project root directory.

(project_root: str)

Source from the content-addressed store, hash-verified

147
148
149def print_project_header(project_root: str) -> None:
150 """Print the project root directory."""
151 _typer.echo(f"Project: {format_path_for_display(project_root)}")
152
153
154def print_index_stats(status: ProjectStatusResponse) -> None:

Callers 2

indexFunction · 0.85
statusFunction · 0.85

Calls 1

format_path_for_displayFunction · 0.85

Tested by

no test coverage detected