Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ assertNever
Function
assertNever
packages/internals/src/utils/assertNever.ts:27–29 · packages/internals/src/utils/assertNever.ts::assertNever
(arg: never, errorMessage: string)
Source
from the content-addressed store, hash-verified
25
* unless compile-time check is skipped
26
*/
27
export
function
assertNever(arg: never, errorMessage: string): never {
28
throw
new
Error(errorMessage)
29
}
Callers
15
getTransactionOptions
Function · 0.90
deepCloneValue
Function · 0.90
shouldApplyGlobalOmit
Method · 0.90
transaction
Method · 0.90
getDbUrl
Function · 0.90
$allOperations
Function · 0.90
tests.ts
File · 0.90
handleGetDmmfResult
Function · 0.90
stringify
Function · 0.90
getModelArgName
Function · 0.90
clientTypeMapModelsResultDefinition
Function · 0.90
getModelArgName
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected