MCPcopy
hub / github.com/di-sukharev/opencommit / getCompletedMigrations

Function getCompletedMigrations

out/cli.cjs:87108–87114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87106 name: "02_set_missing_default_values",
87107 run: set_missing_default_values_default
87108 }
87109];
87110
87111// src/migrations/_run.ts
87112init_dist2();
87113var migrationsFile = (0, import_path7.join)((0, import_os3.homedir)(), ".opencommit_migrations");
87114var getCompletedMigrations = () => {
87115 if (!import_fs6.default.existsSync(migrationsFile)) {
87116 return [];
87117 }

Callers 2

saveCompletedMigrationFunction · 0.70
runMigrationsFunction · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…