MCPcopy Create free account
hub / github.com/google/pprof / hideActionMenu

Function hideActionMenu

internal/driver/html/stacks.js:114–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 function hideActionMenu() {
115 actions.style.display = 'none';
116 actionMenuOn = false;
117 if (actionTarget != null) {
118 toggleClass(actionTarget.src, 'hilite2', false);
119 }
120 }
121
122 // setHrefParam updates the specified parameter in the href of an <a>
123 // element to make it operate on the specified src.

Callers 1

stackViewerFunction · 0.85

Calls 1

toggleClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…