MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / startLoading

Function startLoading

src/lib/openFolder.js:236–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234
235 const { saveState, listState, $node } = openFolder.find(url);
236 const startLoading = () => $node.$title.classList.add("loading");
237 const stopLoading = () => $node.$title.classList.remove("loading");
238
239 if (!$ul) return;

Callers 6

expandListFunction · 0.70
deleteFileFunction · 0.70
renameFileFunction · 0.70
createNewFunction · 0.70
pasteFunction · 0.70
insertFileFunction · 0.70

Calls 1

addMethod · 0.80

Tested by

no test coverage detected