MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / clearInProgress

Function clearInProgress

assets/js/DragToDo.js:207–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 updateDOM();
206}
207function clearInProgress(){
208 progressListArray.pop();
209 updateDOM();
210}
211function clearComplete(){
212 completeListArray.pop();
213 updateDOM();

Callers

nothing calls this directly

Calls 1

updateDOMFunction · 0.70

Tested by

no test coverage detected