Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
export
function
getDeploymentId(): string | undefined {
15
return
deploymentId
16
}
17
18
export
function
getDeploymentIdQuery(ampersand = false): string {
19
let
id = getDeploymentId()
Callers
10
hydrate
Function · 0.90
register-deployment-id-global.ts
File · 0.90
createFetch
Function · 0.90
fetchServerAction
Function · 0.90
defaultLoader
Function · 0.90
generateImgAttrs
Function · 0.90
generateImgAttrs
Function · 0.90
defaultLoader
Function · 0.90
fetchNextData
Function · 0.90
getDeploymentIdQuery
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected