Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ addLink
Method
addLink
packages/query-plan-executor/src/tracing/span.ts:179–183 ·
view source on GitHub ↗
(link: Link)
Source
from the content-addressed store, hash-verified
177
}
178
179
addLink(link: Link): this {
180
this.#links.push(link)
181
this.#span.addLink(link)
182
return
this
183
}
184
185
addLinks(links: Link[]): this {
186
this.#links.push(...links)
Callers
1
span.test.ts
File · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected