(name string)
| 3924 | } |
| 3925 | |
| 3926 | func newEventAttr(name string) traceql.Attribute { |
| 3927 | return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name) |
| 3928 | } |
| 3929 | |
| 3930 | func newLinkAttr(name string) traceql.Attribute { |
| 3931 | return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name) |
no test coverage detected