MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _print_section

Function _print_section

scripts/run_skill_smoke.py:86–88  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

84
85
86def _print_section(title: str) -> None:
87 bar = "=" * 72
88 print(f"\n{bar}\n{title}\n{bar}")
89
90
91def _print_listing(project: Path) -> None:

Callers 2

_print_listingFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected