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

Function updateDisplay

examples/grid-test/main.ts:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96 // Update line count displays
97 const updateDisplay = () => {
98 horizontalValue.textContent = currentHorizontal.toString();
99 verticalValue.textContent = currentVertical.toString();
100 };
101
102 // Handle slider changes
103 horizontalSlider.addEventListener('input', () => {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected