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

Function getLeftCol

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

Source from the content-addressed store, hash-verified

31function getSidebar() { return $(ZONES.SIDEBAR); }
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; }

Callers 4

placeCardInZoneFunction · 0.85
getZoneHostFunction · 0.85
updateTopZoneLayoutFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected