MCPcopy Create free account
hub / github.com/dagger/dagger / SetAttributes

Method SetAttributes

core/telemetry_test.go:325–327  ·  view source on GitHub ↗
(attrs ...attribute.KeyValue)

Source from the content-addressed store, hash-verified

323func (s *telemetryTestSpan) SetStatus(codes.Code, string) {}
324func (s *telemetryTestSpan) SetName(string) {}
325func (s *telemetryTestSpan) SetAttributes(attrs ...attribute.KeyValue) {
326 s.attrs = append(s.attrs, attrs...)
327}
328func (s *telemetryTestSpan) TracerProvider() trace.TracerProvider {
329 return noop.NewTracerProvider()
330}

Callers 9

newTestLogRecordFunction · 0.80
runAsCheckMethod · 0.80
recordStatusFunction · 0.80
recordPendingFunction · 0.80
errorMethod · 0.80
FinishWithErrorFunction · 0.80
inspectModuleFunction · 0.80
ExecMethod · 0.80
HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected