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

Function handleSaveInputKey

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

Source from the content-addressed store, hash-verified

332 }
333
334 function handleSaveInputKey(e) {
335 if (e.key === 'Enter') commitSave(e);
336 }
337
338 function deleteConfig(e, elem) {
339 e.preventDefault();

Callers

nothing calls this directly

Calls 1

commitSaveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…