MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / handleOpenDiff

Function handleOpenDiff

frontend/app/aipanel/aitooluse.tsx:263–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 };
262
263 const handleOpenDiff = () => {
264 recordTEvent("waveai:showdiff");
265 fireAndForget(() => WaveAIModel.getInstance().openDiff(toolData.inputfilename, toolData.toolcallid));
266 };
267
268 return (
269 <div

Callers

nothing calls this directly

Calls 4

recordTEventFunction · 0.90
fireAndForgetFunction · 0.90
openDiffMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected