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

Function toggleInvert

Lib/profiling/sampling/_flamegraph_assets/flamegraph.js:1396–1400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1394}
1395
1396function toggleInvert() {
1397 isInverted = !isInverted;
1398 updateToggleUI('toggle-invert', isInverted);
1399 updateFlamegraphView();
1400}
1401
1402// ============================================================================
1403// Initialization

Callers

nothing calls this directly

Calls 2

updateToggleUIFunction · 0.85
updateFlamegraphViewFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…