Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
updateDOM();
202
203
function
clearBacklog(){
204
backlogListArray.pop();
205
updateDOM();
206
}
207
function
clearInProgress(){
208
progressListArray.pop();
209
updateDOM();
Callers
nothing calls this directly
Calls
1
updateDOM
Function · 0.70
Tested by
no test coverage detected