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

Function recordTEvent

frontend/app/store/global.ts:668–674  ·  view source on GitHub ↗
(event: string, props?: TEventProps)

Source from the content-addressed store, hash-verified

666}
667
668function recordTEvent(event: string, props?: TEventProps) {
669 if (isPreviewWindow()) return;
670 if (props == null) {
671 props = {};
672 }
673 RpcApi.RecordTEventCommand(TabRpcClient, { event, props }, { noresponse: true });
674}
675
676export {
677 atoms,

Callers 12

handleOpenDiffFunction · 0.90
aitooluse.tsxFile · 0.90
handleConfirmFunction · 0.90
handleCancelFunction · 0.90
setAIPanelVisibleMethod · 0.90
registerGlobalKeysFunction · 0.90
checkCommandForTelemetryFunction · 0.90
keyDownHandlerMethod · 0.90
buildTabContextMenuFunction · 0.90
handleRestartAsDurableFunction · 0.90
BlockFrame_HeaderFunction · 0.90
clickHandlerFunction · 0.90

Calls 2

isPreviewWindowFunction · 0.90
RecordTEventCommandMethod · 0.65

Tested by

no test coverage detected