MCPcopy 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
242function toggleMsd(ddId) {
243 const dd = document.getElementById(ddId);
244 if (dd) dd.classList.toggle('open');
245}
246
247function updateMsdLabel(ddId) {
248 const dd = document.getElementById(ddId);

Callers

nothing calls this directly

Calls 1

toggleMethod · 0.80

Tested by

no test coverage detected