MCPcopy Index your code
hub / github.com/python/cpython / toggleTheme

Function toggleTheme

Lib/profiling/sampling/_heatmap_assets/heatmap.js:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15// ============================================================================
16
17function toggleTheme() {
18 toggleAndSaveTheme();
19 applyLineColors();
20
21 // Rebuild scroll marker with new theme colors
22 buildScrollMarker();
23}
24
25// ============================================================================
26// Utility Functions

Callers

nothing calls this directly

Calls 3

toggleAndSaveThemeFunction · 0.85
applyLineColorsFunction · 0.85
buildScrollMarkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…