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

Function getDeploymentId

packages/next/src/shared/lib/deployment-id.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14export function getDeploymentId(): string | undefined {
15 return deploymentId
16}
17
18export function getDeploymentIdQuery(ampersand = false): string {
19 let id = getDeploymentId()

Callers 10

hydrateFunction · 0.90
createFetchFunction · 0.90
fetchServerActionFunction · 0.90
defaultLoaderFunction · 0.90
generateImgAttrsFunction · 0.90
generateImgAttrsFunction · 0.90
defaultLoaderFunction · 0.90
fetchNextDataFunction · 0.90
getDeploymentIdQueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected