MCPcopy
hub / github.com/docker/compose / SpanStartOptions

Method SpanStartOptions

internal/tracing/attributes.go:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (s SpanOptions) SpanStartOptions() []trace.SpanStartOption {
46 out := make([]trace.SpanStartOption, len(s))
47 for i := range s {
48 out[i] = s[i]
49 }
50 return out
51}
52
53func (s SpanOptions) EventOptions() []trace.EventOption {
54 out := make([]trace.EventOption, len(s))

Callers 2

SpanWrapFuncFunction · 0.80
SpanWrapFuncForErrGroupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected