MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / reloadList

Function reloadList

frontend/src/hooks/useFileManager.ts:338–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

getFileListFunction · 0.85

Tested by

no test coverage detected