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

Function elem

internal/driver/html/common.js:277–281  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

275
276 // Initialize various elements.
277 function elem(id) {
278 const result = document.getElementById(id);
279 if (!result) console.warn('element ' + id + ' not found');
280 return result;
281 }
282 const overlay = elem('dialog-overlay');
283 const saveDialog = elem('save-dialog');
284 const saveInput = elem('save-name');

Callers 1

initConfigManagerFunction · 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…