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

Function select

internal/driver/html/common.js:511–513  ·  view source on GitHub ↗
(n, elem)

Source from the content-addressed store, hash-verified

509 }
510
511 function select(n, elem) {
512 if (setNodeHighlight(n, true)) selected.set(n, true);
513 }
514
515 function nodeId(elem) {
516 const id = elem.id;

Callers 3

selectMatchingFunction · 0.85
toggleSvgSelectFunction · 0.85
handleTopClickFunction · 0.85

Calls 2

setNodeHighlightFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…