Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ write
Method
write
packages/query-plan-executor/src/log/sink.ts:58–60 ·
view source on GitHub ↗
(event: LogEvent)
Source
from the content-addressed store, hash-verified
56
readonly events: LogEvent[] = []
57
58
write(event: LogEvent): void {
59
this.events.push(event)
60
}
61
62
export
(): ExportableLogEvent[] {
63
return
this.events.map((event) => event.
export
())
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected