(event)
| 1524 | function uploadFiles() { AppState.uploadFiles.upload(); } |
| 1525 | |
| 1526 | function handleAntigravityFileSelect(event) { AppState.antigravityUploadFiles.handleFileSelect(event); } |
| 1527 | function handleAntigravityFileDrop(event) { |
| 1528 | event.preventDefault(); |
| 1529 | event.currentTarget.style.borderColor = '#007bff'; |
nothing calls this directly
no outgoing calls
no test coverage detected