Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
__database.ts
File · 0.80
__database.ts
File · 0.80
setupPostgres
Function · 0.80
tearDownPostgres
Function · 0.80
setupMysql
Function · 0.80
tearDownMysql
Function · 0.80
index.ts
File · 0.80
main.ts
File · 0.80
tests.ts
File · 0.80
commit
Method · 0.80
rollback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected