MCPcopy 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

buildAndPushImageFunction · 0.80
resolveImageHandlerFunction · 0.80
resolveOidcTokenForBuildFunction · 0.80
ensureRepositoryFunction · 0.80
resolveDevImageFunction · 0.80
startContainerFunction · 0.80
ensureReadyFunction · 0.80
logDiagnosticsFunction · 0.80
verifyStorageFunction · 0.80
reportStorageFunction · 0.80
startDockerDaemonFunction · 0.80
stopDockerDaemonFunction · 0.80

Calls 1

mapUndefinedAttributesFunction · 0.85

Tested by

no test coverage detected