()
| 336 | }; |
| 337 | |
| 338 | const reloadList = async () => { |
| 339 | await getFileList(); |
| 340 | return message.success(t("TXT_CODE_8ccb5428")); |
| 341 | }; |
| 342 | |
| 343 | const touchFile = async (dir?: boolean) => { |
| 344 | clearSelected(); |
nothing calls this directly
no test coverage detected