MCPcopy Create free account
hub / github.com/Ashutosh00710/github-readme-activity-graph / setLoader

Function setLoader

script.js:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104//For displaying loading animation
105
106const setLoader = () => {
107 elements.loader.classList.add('active');
108};
109const removeLoader = () => {
110 elements.loader.classList.remove('active');
111};

Callers 1

onSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected