MCPcopy
hub / github.com/prisma/prisma / end

Method end

packages/query-plan-executor/src/tracing/span.ts:202–204  ·  view source on GitHub ↗
(endTime?: TimeInput)

Source from the content-addressed store, hash-verified

200 }
201
202 end(endTime?: TimeInput): void {
203 this.#span.end(endTime)
204 }
205
206 isRecording(): boolean {
207 return this.#span.isRecording()

Callers 15

__database.tsFile · 0.80
__database.tsFile · 0.80
__database.tsFile · 0.80
setupPostgresFunction · 0.80
tearDownPostgresFunction · 0.80
setupMysqlFunction · 0.80
tearDownMysqlFunction · 0.80
index.tsFile · 0.80
main.tsFile · 0.80
tests.tsFile · 0.80
commitMethod · 0.80
rollbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected