()
| 104 | const frozenTrackLenRef = useRef(0); |
| 105 | |
| 106 | const renderStreamingDisplay = (): string => stripCaret(html); |
| 107 | |
| 108 | const placeStreamingCaret = (el: HTMLElement, displayHtml: string, track: string) => { |
| 109 | if (isStreaming && /<span\s+class="sh-caret"/i.test(displayHtml)) { |
no test coverage detected