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

Function clickHandler

frontend/app/block/connectionbutton.tsx:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 const connColorNum = computeConnColorNum(connStatus);
31 let color = `var(--conn-icon-color-${connColorNum})`;
32 const clickHandler = function () {
33 recordTEvent("action:other", { "action:type": "conndropdown", "action:initiator": "mouse" });
34 setConnModalOpen(true);
35 };
36 let titleText = null;
37 let shouldSpin = false;
38 let connDisplayName: string = null;

Callers

nothing calls this directly

Calls 1

recordTEventFunction · 0.90

Tested by

no test coverage detected