MCPcopy
hub / github.com/smittix/intercept / el

Function el

static/js/modes/morse.js:47–49  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

45 var SCOPE_HISTORY_LEN = 300;
46
47 function el(id) {
48 return document.getElementById(id);
49 }
50
51 function notifyInfo(text) {
52 if (typeof showInfo === 'function') {

Callers 15

collectConfigFunction · 0.85
persistSettingsFunction · 0.85
applySettingsFunction · 0.85
loadSettingsFunction · 0.85
bindControlsFunction · 0.85
handleScopeFunction · 0.85
applyMetricsFunction · 0.85
appendCharFunction · 0.85
appendSpaceFunction · 0.85
appendRawTokenFunction · 0.85
clearRawTextFunction · 0.85
updateCharCountsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected