()
| 19 | // ============================================================================ |
| 20 | |
| 21 | function toggleTheme() { |
| 22 | toggleAndSaveTheme(); |
| 23 | applyHeatmapBarColors(); |
| 24 | } |
| 25 | |
| 26 | // ============================================================================ |
| 27 | // Type Section Toggle (stdlib, project, etc) |
nothing calls this directly
no test coverage detected
searching dependent graphs…