MCPcopy
hub / github.com/tortoise/tortoise-orm / _run_history

Function _run_history

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

Source from the content-addressed store, hash-verified

836
837
838async def _run_history(ctx: CLIContext, args: argparse.Namespace) -> None:
839 await history(ctx, tuple(args.app_labels))
840
841
842async def _run_heads(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

historyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…