MCPcopy
hub / github.com/prisma/prisma / addLinks

Method addLinks

packages/query-plan-executor/src/tracing/span.ts:185–189  ·  view source on GitHub ↗
(links: Link[])

Source from the content-addressed store, hash-verified

183 }
184
185 addLinks(links: Link[]): this {
186 this.#links.push(...links)
187 this.#span.addLinks(links)
188 return this
189 }
190
191 setStatus(status: SpanStatus): this {
192 this.#span.setStatus(status)

Callers 1

dispatchEngineSpanFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected