Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ getDatabaseVersionSafe
Function
getDatabaseVersionSafe
packages/internals/src/__tests__/sendPanic.test.ts:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
// mock for retrieving the database version
22
const
getDatabaseVersionSafe = () => Promise.resolve(undefined)
23
24
beforeEach(() => {
25
vi.clearAllMocks()
Callers
1
sendPanic
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected