MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / main

Function main

analysis/cli.py:158–160  ·  view source on GitHub ↗
(argv: Sequence[str] | None = None)

Source from the content-addressed store, hash-verified

156
157
158def main(argv: Sequence[str] | None = None) -> int:
159 args = build_parser().parse_args(argv)
160 return handle_analysis_command(args)
161
162
163def _filtered_results(args: argparse.Namespace) -> list[NormalizedResult]:

Callers

nothing calls this directly

Calls 2

handle_analysis_commandFunction · 0.85
build_parserFunction · 0.70

Tested by

no test coverage detected