(ctx: CLIContext, args: argparse.Namespace)
| 840 | |
| 841 | |
| 842 | async def _run_heads(ctx: CLIContext, args: argparse.Namespace) -> None: |
| 843 | await heads(ctx, tuple(args.app_labels)) |
| 844 | |
| 845 | |
| 846 | async def _run_sqlmigrate(ctx: CLIContext, args: argparse.Namespace) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…