MCPcopy
hub / github.com/prisma/prisma / isError

Function isError

packages/internals/src/cli/utils.ts:30–32  ·  view source on GitHub ↗
(result: any)

Source from the content-addressed store, hash-verified

28 * Check if result is an error
29 */
30export function isError(result: any): result is Error {
31 return result instanceof Error
32}

Callers 15

mainFunction · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90
parseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected