| 1 | // Add this at the very top of the file |
| 2 | const DEBUG = true; // Enable debugging temporarily |
| 3 | /** Parse max file size (MB) from Performance settings input; requires integer >= 1. */ |
| 4 | function parseMaxFileSizeMBInput(raw) { |
nothing calls this directly
no test coverage detected