Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ setAttributes
Method
setAttributes
packages/build-utils/src/trace/trace.ts:103–105 ·
view source on GitHub ↗
(attrs: Attributes)
Source
from the content-addressed store, hash-verified
101
}
102
103
setAttributes(attrs: Attributes) {
104
Object.assign(this.attrs, mapUndefinedAttributes(attrs));
105
}
106
107
child(name: string, attrs?: Attributes) {
108
return
new
Span({
Callers
15
buildAndPushImage
Function · 0.80
resolveImageHandler
Function · 0.80
resolveOidcTokenForBuild
Function · 0.80
ensureRepository
Function · 0.80
resolveDevImage
Function · 0.80
startContainer
Function · 0.80
ensureReady
Function · 0.80
logDiagnostics
Function · 0.80
verifyStorage
Function · 0.80
reportStorage
Function · 0.80
startDockerDaemon
Function · 0.80
stopDockerDaemon
Function · 0.80
Calls
1
mapUndefinedAttributes
Function · 0.85
Tested by
no test coverage detected