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

Function clearSelected

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

Source from the content-addressed store, hash-verified

830 };
831
832 const clearSelected = () => {
833 selectionData.value = [];
834 selectedRowKeys.value = [];
835 };
836
837 const rowClickTable = async (item: string, type: number) => {
838 if (type === 1) return;

Callers 4

getFileListFunction · 0.85
touchFileFunction · 0.85
setClipBoardFunction · 0.85
pasteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected