(name string)
| 3814 | } |
| 3815 | |
| 3816 | func newEventAttr(name string) traceql.Attribute { |
| 3817 | return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name) |
| 3818 | } |
| 3819 | |
| 3820 | func newLinkAttr(name string) traceql.Attribute { |
| 3821 | return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name) |
no test coverage detected