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

Function showConsole

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

Source from the content-addressed store, hash-verified

205 }
206
207 function showConsole() {
208 tag.get("html").append($console);
209 $input.addEventListener("keydown", onCodeInput);
210 }
211
212 function hideConsole() {
213 $console.remove();

Callers 2

onclickFunction · 0.85
console.jsFile · 0.85

Calls 2

appendMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected