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

Function clearBacklog

assets/js/DragToDo.js:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201updateDOM();
202
203function clearBacklog(){
204 backlogListArray.pop();
205 updateDOM();
206}
207function clearInProgress(){
208 progressListArray.pop();
209 updateDOM();

Callers

nothing calls this directly

Calls 1

updateDOMFunction · 0.70

Tested by

no test coverage detected