MCPcopy
hub / github.com/prisma/prisma / DroppingSink

Class DroppingSink

packages/query-plan-executor/src/log/sink.ts:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 * A log sink that silently drops all log events.
69 */
70export class DroppingSink implements LogSink {
71 write(_: LogEvent): void {
72 // No-op
73 }
74}
75
76/**
77 * A log sink that writes log events to multiple downstream sinks.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected