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

Function getSidebar

public/js/dragAndDrop.js:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// -------------------- small helpers --------------------
30function $(id) { return document.getElementById(id); }
31function getSidebar() { return $(ZONES.SIDEBAR); }
32function getTopZone() { return $('uploadFolderRow'); }
33function getLeftCol() { return $(ZONES.TOP_LEFT); }
34function getRightCol() { return $(ZONES.TOP_RIGHT); }

Callers 14

placeCardInZoneFunction · 0.85
enforceResponsiveZonesFunction · 0.85
getZoneHostFunction · 0.85
setZonesCollapsedFunction · 0.85
hasSidebarCardsFunction · 0.85
updateSidebarVisibilityFunction · 0.85
ensureSidebarPlaceholderFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected