Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
export
function
getIsDry() {
31
return
process.argv.includes(
'--dry'
);
32
}
33
34
export
function
getShouldIgnoreRecord() {
35
return
process.argv.includes(
'--no-record'
);
Callers
2
migrate
Function · 0.90
runMigration
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected