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

Function closeMenu

Lib/profiling/sampling/_heatmap_assets/heatmap.js:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56// ============================================================================
57
58function closeMenu() {
59 if (currentMenu) {
60 currentMenu.remove();
61 currentMenu = null;
62 }
63}
64
65function showNavigationMenu(button, items, title) {
66 closeMenu();

Callers 2

showNavigationMenuFunction · 0.85
heatmap.jsFile · 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…