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

Function deleteConfig

internal/driver/html/common.js:338–344  ·  view source on GitHub ↗
(e, elem)

Source from the content-addressed store, hash-verified

336 }
337
338 function deleteConfig(e, elem) {
339 e.preventDefault();
340 const config = elem.dataset.config;
341 delPrompt.innerText = 'Delete ' + config + '?';
342 currentDeleteTarget = elem;
343 showDialog(delDialog);
344 }
345
346 function commitDelete(e, elem) {
347 if (!currentDeleteTarget) return;

Callers 1

initConfigManagerFunction · 0.85

Calls 1

showDialogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…