Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
selectMatching
Function · 0.85
toggleSvgSelect
Function · 0.85
handleTopClick
Function · 0.85
Calls
1
setNodeHighlight
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…