MCPcopy Index your code
hub / github.com/python/cpython / hideSpanTooltip

Function hideSpanTooltip

Lib/profiling/sampling/_heatmap_assets/heatmap.js:440–445  ·  view source on GitHub ↗

* Hide active tooltip

()

Source from the content-addressed store, hash-verified

438 * Hide active tooltip
439 */
440function hideSpanTooltip() {
441 if (activeTooltip) {
442 activeTooltip.remove();
443 activeTooltip = null;
444 }
445}
446
447/**
448 * Initialize span tooltip handlers

Callers 2

showSpanTooltipFunction · 0.85
initSpanTooltipsFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…