Foundry. Context. PendingMigrations
(foundry v0.1.2)
Copy Markdown
Determines which modules have pending Ash migrations by running
mix ash.codegen --check once per project invocation.
Do not call check/1 per module — it spawns one Mix process per call. Call once, then use pending?/2 to query individual modules.