MCPcopy
hub / github.com/kimlimjustin/xplorer / stopLoading

Function stopLoading

src/Components/Functions/Loading/loading.ts:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 * @returns {void}
21 */
22const stopLoading = (): void => {
23 const LOADING_BAR = document.querySelector<HTMLElement>('.loading-bar');
24 LOADING_BAR.dataset.loading = 'false';
25};
26
27export { startLoading, stopLoading, isLoading };

Callers 5

HomeFunction · 0.90
RecentFunction · 0.90
OpenDirFunction · 0.90
stopSearchingProcessFunction · 0.90
processSearchFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected