MCPcopy
hub / github.com/prisma/prisma / clog

Function clog

packages/client/src/runtime/utils/log.ts:9–12  ·  view source on GitHub ↗
(value, options?: Options)

Source from the content-addressed store, hash-verified

7// this utility is used for jest, which overrides console.dir
8// and doesn't allow to specify `depth`
9export function clog(value, options?: Options) {
10 const depth = options?.depth ?? 4
11 console.debug(inspect(value, { depth }))
12}

Callers

nothing calls this directly

Calls 2

inspectFunction · 0.90
debugMethod · 0.45

Tested by

no test coverage detected