()
| 13 | } |
| 14 | |
| 15 | function startSecond() |
| 16 | { |
| 17 | generateShortcutsTable(); |
| 18 | |
| 19 | updateMasterFolders(); |
| 20 | updateServers(); |
| 21 | updateIgnoreFilesRegex(); |
| 22 | |
| 23 | getStorageSize(); |
| 24 | |
| 25 | events.events(); |
| 26 | } |
| 27 | |
| 28 | async function getStorageSize() |
| 29 | { |
nothing calls this directly
no test coverage detected