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

Function unselect

internal/driver/html/common.js:507–509  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

505 }
506
507 function unselect(n) {
508 if (setNodeHighlight(n, false)) selected.delete(n);
509 }
510
511 function select(n, elem) {
512 if (setNodeHighlight(n, true)) selected.set(n, true);

Callers 3

selectMatchingFunction · 0.85
toggleSvgSelectFunction · 0.85
handleTopClickFunction · 0.85

Calls 1

setNodeHighlightFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…