MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / _print_section

Function _print_section

src/agent/cli.py:73–76  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

71
72
73def _print_section(title: str) -> None:
74 print(f"\n{HR}")
75 print(f" {title}")
76 print(HR)
77
78
79async def _run(args: argparse.Namespace) -> None:

Callers 1

_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected