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