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

Function getSelection

internal/driver/html/common.js:412–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410
411 // Return current selection.
412 function getSelection() {
413 if (selected.size > 0) {
414 return selected;
415 } else if (options && options.current) {
416 return options.current();
417 }
418 return new Map();
419 }
420
421 function handleDetails(e) {
422 e.preventDefault();

Callers 2

updaterFunction · 0.85
updateButtonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…