(ctx: CLIContext, args: argparse.Namespace)
| 836 | |
| 837 | |
| 838 | async def _run_history(ctx: CLIContext, args: argparse.Namespace) -> None: |
| 839 | await history(ctx, tuple(args.app_labels)) |
| 840 | |
| 841 | |
| 842 | async def _run_heads(ctx: CLIContext, args: argparse.Namespace) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…