MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / updateTextDecodeOutput

Function updateTextDecodeOutput

devtools/modules/eventHandlers.js:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302}
303
304function updateTextDecodeOutput() {
305 elements.textDecodeOutput.value = decodeEscapedText(elements.textDecodeInput.value);
306}
307
308function closeTextDecodeModal() {
309 elements.textDecodeModal.style.display = 'none';

Callers 1

setupTextDecodeHandlersFunction · 0.70

Calls 1

decodeEscapedTextFunction · 0.70

Tested by

no test coverage detected