MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / getIsDry

Function getIsDry

packages/db/code-migrations/helpers.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30export function getIsDry() {
31 return process.argv.includes('--dry');
32}
33
34export function getShouldIgnoreRecord() {
35 return process.argv.includes('--no-record');

Callers 2

migrateFunction · 0.90
runMigrationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected