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

Function getHeaderDropArea

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

Source from the content-addressed store, hash-verified

33function getLeftCol() { return $(ZONES.TOP_LEFT); }
34function getRightCol() { return $(ZONES.TOP_RIGHT); }
35function getHeaderDropArea() { return $(ZONES.HEADER); }
36function isSmallScreen() { return window.innerWidth < MEDIUM_MIN; }
37function getCards() { return CARD_IDS.map(id => $(id)).filter(Boolean); }
38

Callers 9

saveHeaderOrderFunction · 0.85
insertCardInHeaderFunction · 0.85
showHeaderDockPersistentFunction · 0.85
hideHeaderDockPersistentFunction · 0.85
showHeaderDropZoneFunction · 0.85
hideHeaderDropZoneFunction · 0.85
makeCardDraggableFunction · 0.85
loadHeaderOrderFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected