Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/zhongsp/TypeScript
/ hideThemes
Function
hideThemes
docs/book.js:311–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
}
310
311
function
hideThemes() {
312
themePopup.style.display =
'none'
;
313
themeToggleButton.setAttribute(
'aria-expanded'
, false);
314
themeToggleButton.focus();
315
}
316
317
function
get_theme() {
318
var
theme;
Callers
1
book.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected