(ctx: TooltipMarkupBuildContext, name: string, style: RichTextStyle)
| 464 | } |
| 465 | |
| 466 | function wrapInlineNameRichText(ctx: TooltipMarkupBuildContext, name: string, style: RichTextStyle): string { |
| 467 | return ctx.markupStyleCreator.wrapRichTextStyle(name, style as Dictionary<unknown>); |
| 468 | } |
| 469 | |
| 470 | function wrapInlineValueRichText( |
| 471 | ctx: TooltipMarkupBuildContext, |
no test coverage detected