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

Function showSaveDialog

internal/driver/html/common.js:310–314  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

308
309 // Show dialog for saving the current config.
310 function showSaveDialog(e) {
311 saveError.innerText = '';
312 showDialog(saveDialog);
313 saveInput.focus();
314 }
315
316 // Commit save config.
317 function commitSave(e) {

Callers

nothing calls this directly

Calls 1

showDialogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…