MCPcopy Index your code
hub / github.com/Ashutosh00710/github-readme-activity-graph / removeLoader

Function removeLoader

script.js:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 elements.loader.classList.add('active');
108};
109const removeLoader = () => {
110 elements.loader.classList.remove('active');
111};
112
113const removePlaceholder = () => {
114 elements.placeholder.classList.remove('active');

Callers 1

getGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected