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

Function clearComplete

assets/js/DragToDo.js:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 updateDOM();
210}
211function clearComplete(){
212 completeListArray.pop();
213 updateDOM();
214}
215function clearOnHold(){
216 onHoldListArray.pop();
217 updateDOM();

Callers

nothing calls this directly

Calls 1

updateDOMFunction · 0.70

Tested by

no test coverage detected