MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / removeTask

Function removeTask

ui/media/js/main.js:1717–1720  ·  view source on GitHub ↗
(taskToRemove)

Source from the content-addressed store, hash-verified

1715}
1716
1717function removeTask(taskToRemove) {
1718 undoableRemove(taskToRemove)
1719 updateInitialText()
1720}
1721
1722clearAllPreviewsBtn.addEventListener("click", (e) => {
1723 shiftOrConfirm(e, "Clear all the results and tasks in this window?", async function () {

Callers 1

createTaskFunction · 0.85

Calls 2

undoableRemoveFunction · 0.85
updateInitialTextFunction · 0.85

Tested by

no test coverage detected