MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / hideTooltipInternal

Function hideTooltipInternal

src/core/createRenderCoordinator.ts:1813–1818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1811 };
1812
1813 const hideTooltipInternal = () => {
1814 tooltip?.hide();
1815 if (!domOverlaysEnabled && callbacks?.onTooltipUpdate) {
1816 callbacks.onTooltipUpdate(null);
1817 }
1818 };
1819
1820 const hideTooltip = () => {
1821 lastTooltipContent = null;

Callers 3

hideTooltipFunction · 0.85
handlePointerEventFunction · 0.85
setInteractionXFunction · 0.85

Calls 1

hideMethod · 0.80

Tested by

no test coverage detected