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

Function updateTextDecodeOutput

devtools/panel.bundle.js:2052–2054  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2050 }
2051
2052 function updateTextDecodeOutput() {
2053 elements$2.textDecodeOutput.value = decodeEscapedText(elements$2.textDecodeInput.value);
2054 }
2055
2056 function closeTextDecodeModal() {
2057 elements$2.textDecodeModal.style.display = 'none';

Callers 1

setupTextDecodeHandlersFunction · 0.70

Calls 1

decodeEscapedTextFunction · 0.70

Tested by

no test coverage detected