MCPcopy Index your code
hub / github.com/angular/angular / runMigration

Function runMigration

packages/core/schematics/test/all-migrations.spec.ts:61–63  ·  view source on GitHub ↗
(migrationName: string)

Source from the content-addressed store, hash-verified

59 }
60
61 async function runMigration(migrationName: string) {
62 await runner.runSchematic(migrationName, undefined, tree);
63 }
64
65 if (allMigrationSchematics.length) {
66 allMigrationSchematics.forEach((name) => {

Callers 3

createTestsFunction · 0.70
migration.spec.tsFile · 0.50
migration.spec.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…