MCPcopy Create free account
hub / github.com/FastLED/FastLED / handleFileAction

Function handleFileAction

src/platforms/wasm/compiler/app.ts:244–250  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

242
243// Handle file actions
244function handleFileAction(action) {
245 if (action === 'save') {
246 console.log('Save action triggered - forwarding to /save endpoint');
247 // Forward to /save endpoint on the server
248 window.location.href = '/save';
249 }
250}
251
252// Handle tools option changes
253function handleToolsOptionChange(option) {

Callers 1

app.tsFile · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected