MCPcopy Create free account
hub / github.com/TheJoWo/Clean-Clode / updateHistoryUI

Function updateHistoryUI

script.js:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 function updateHistoryUI() {
166 const enabled = isHistoryEnabled();
167 historyToggle.textContent = enabled ? '[ ON ]' : '[ TURN ON ]';
168 historyToggle.classList.toggle('enabled', enabled);
169 historyToggle.classList.toggle('disabled', !enabled);
170 }
171
172 function getHistory() {
173 try {

Callers 2

toggleHistoryFunction · 0.85
script.jsFile · 0.85

Calls 1

isHistoryEnabledFunction · 0.85

Tested by

no test coverage detected