Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EmulatorJS/EmulatorJS
/ show
Method
show
data/src/emulator.js:1725–1729 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1723
}
1724
1725
const
show = () => {
1726
clearTimeout(timeout);
1727
timeout = setTimeout(hide, 3000);
1728
this.elements.menu.classList.remove(
"ejs_menu_bar_hidden"
);
1729
}
1730
1731
this.menu = {
1732
close: () => {
Callers
1
p
Function · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected