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

Function getRightCol

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

Source from the content-addressed store, hash-verified

32function getTopZone() { return $('uploadFolderRow'); }
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); }

Callers 4

placeCardInZoneFunction · 0.85
getZoneHostFunction · 0.85
updateTopZoneLayoutFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected