(e entry)
| 1208 | } |
| 1209 | |
| 1210 | func mapEventAttr(e entry) traceql.Static { |
| 1211 | if e.Key == ColumnPathEventName { |
| 1212 | return traceql.NewStaticString(unsafeToString(e.Value.ByteArray())) |
| 1213 | } |
| 1214 | return traceql.NewStaticNil() |
| 1215 | } |
| 1216 | |
| 1217 | func mapLinkAttr(_ entry) traceql.Static { |
| 1218 | return traceql.Static{} |
nothing calls this directly
no test coverage detected