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

Function toggleColdCode

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

Source from the content-addressed store, hash-verified

204// ============================================================================
205
206function toggleColdCode() {
207 coldCodeHidden = !coldCodeHidden;
208 applyHotFilter();
209 updateToggleUI('toggle-cold', coldCodeHidden);
210 buildScrollMarker();
211}
212
213function applyHotFilter() {
214 const lines = document.querySelectorAll('.code-line');

Callers

nothing calls this directly

Calls 3

applyHotFilterFunction · 0.85
updateToggleUIFunction · 0.85
buildScrollMarkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…