Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
def
_print_section(title: str) -> None:
74
print(f
"\n{HR}"
)
75
print(f
" {title}"
)
76
print(HR)
77
78
79
async
def
_run(args: argparse.Namespace) -> None:
Callers
1
_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected