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

Function stopLoading

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

Source from the content-addressed store, hash-verified

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;
240

Callers 4

expandListFunction · 0.70
createNewFunction · 0.70
pasteFunction · 0.70
insertFileFunction · 0.70

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected