MCPcopy Create free account
hub / github.com/error311/FileRise / setHeaderIcon

Function setHeaderIcon

public/js/trashRestoreDelete.js:65–69  ·  view source on GitHub ↗
(hasItems)

Source from the content-addressed store, hash-verified

63}
64
65function setHeaderIcon(hasItems) {
66 const { headerIcon } = getModalElements();
67 if (!headerIcon) return;
68 headerIcon.innerHTML = recycleBinSVG(hasItems, 32);
69}
70
71function getActiveSourceLabel() {
72 let id = "";

Callers 2

loadTrashItemsFunction · 0.85

Calls 2

getModalElementsFunction · 0.85
recycleBinSVGFunction · 0.85

Tested by

no test coverage detected