MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hideConsole

Function hideConsole

src/lib/console.js:212–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 }
211
212 function hideConsole() {
213 $console.remove();
214 $input.removeEventListener("keydown", onCodeInput);
215 }
216
217 function onCodeInput(e) {
218 const key = e.key;

Callers 1

onclickFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected