()
| 204 | // ============================================================================ |
| 205 | |
| 206 | function toggleColdCode() { |
| 207 | coldCodeHidden = !coldCodeHidden; |
| 208 | applyHotFilter(); |
| 209 | updateToggleUI('toggle-cold', coldCodeHidden); |
| 210 | buildScrollMarker(); |
| 211 | } |
| 212 | |
| 213 | function applyHotFilter() { |
| 214 | const lines = document.querySelectorAll('.code-line'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…