Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onclick
Function · 0.85
console.js
File · 0.85
Calls
2
append
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected