MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / _run_heads

Function _run_heads

tortoise/cli/cli.py:842–843  ·  view source on GitHub ↗
(ctx: CLIContext, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

840
841
842async def _run_heads(ctx: CLIContext, args: argparse.Namespace) -> None:
843 await heads(ctx, tuple(args.app_labels))
844
845
846async def _run_sqlmigrate(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

headsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…