MCPcopy
hub / github.com/vercel/next.js / getDeploymentIdQuery

Method getDeploymentIdQuery

test/lib/next-modes/base.ts:655–658  ·  view source on GitHub ↗
(ampersand: boolean = false)

Source from the content-addressed store, hash-verified

653 }
654
655 public getDeploymentIdQuery(ampersand: boolean = false): string | undefined {
656 const prefix = ampersand ? '&' : '?'
657 return this.deploymentId ? `${prefix}dpl=${this.deploymentId}` : ''
658 }
659
660 public get immutableAssetToken(): string | undefined {
661 return undefined

Callers 15

runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
runTestsFunction · 0.80
mdx.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 7

runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64