()
| 261 | }; |
| 262 | |
| 263 | const handleOpenDiff = () => { |
| 264 | recordTEvent("waveai:showdiff"); |
| 265 | fireAndForget(() => WaveAIModel.getInstance().openDiff(toolData.inputfilename, toolData.toolcallid)); |
| 266 | }; |
| 267 | |
| 268 | return ( |
| 269 | <div |
nothing calls this directly
no test coverage detected