MCPcopy
hub / github.com/prisma/prisma / query

Function query

packages/query-plan-executor/src/log/facade.ts:22–24  ·  view source on GitHub ↗
(message: string, attributes?: ExtendedAttributes)

Source from the content-addressed store, hash-verified

20 * @throws {Error} if no active logger is found
21 */
22export function query(message: string, attributes?: ExtendedAttributes) {
23 getActiveLogger().query(message, attributes)
24}
25
26/**
27 * Logs an informational message using the active logger.

Callers 1

facade.test.tsFile · 0.90

Calls 2

getActiveLoggerFunction · 0.90
queryMethod · 0.45

Tested by

no test coverage detected