Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ toggleMsd
Function
toggleMsd
static/js/app.js:242–245 ·
view source on GitHub ↗
(ddId)
Source
from the content-addressed store, hash-verified
240
}
241
242
function
toggleMsd(ddId) {
243
const
dd = document.getElementById(ddId);
244
if
(dd) dd.classList.toggle(
'open'
);
245
}
246
247
function
updateMsdLabel(ddId) {
248
const
dd = document.getElementById(ddId);
Callers
nothing calls this directly
Calls
1
toggle
Method · 0.80
Tested by
no test coverage detected