MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / resetUpdateInterpolationCaches

Function resetUpdateInterpolationCaches

src/core/createRenderCoordinator.ts:1561–1564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1559 };
1560
1561 const resetUpdateInterpolationCaches = (): void => {
1562 updateInterpolationCaches.cartesianDataBySeriesIndex.length = 0;
1563 updateInterpolationCaches.pieDataBySeriesIndex.length = 0;
1564 };
1565
1566 // PERFORMANCE: Reusable arrays for annotation processing (avoid allocations per frame)
1567 const annotationLineBelow: ReferenceLineInstance[] = [];

Callers 2

cancelUpdateTransitionFunction · 0.85
setOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected