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

Function enableAllButtons

examples/worker-rendering/main.ts:716–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

714}
715
716function enableAllButtons(): void {
717 const buttons = ['btnGenerate', 'btnStream', 'btnClear'];
718 buttons.forEach(id => {
719 const btn = document.getElementById(id) as HTMLButtonElement;
720 if (btn) btn.disabled = false;
721 });
722}
723
724// ============================================================================
725// Initialization

Callers 1

handleGenerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected