Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
const
setLoader = () => {
107
elements.loader.classList.add(
'active'
);
108
};
109
const
removeLoader = () => {
110
elements.loader.classList.remove(
'active'
);
111
};
Callers
1
onSubmit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected