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

Function getZoneHost

public/js/dragAndDrop.js:677–684  ·  view source on GitHub ↗
(zoneId)

Source from the content-addressed store, hash-verified

675}
676
677function getZoneHost(zoneId) {
678 switch (zoneId) {
679 case ZONES.SIDEBAR: return getSidebar();
680 case ZONES.TOP_LEFT: return getLeftCol();
681 case ZONES.TOP_RIGHT: return getRightCol();
682 default: return null;
683 }
684}
685
686const EXPAND_START_SCALE = 0.62;
687let __cleanupTopZonePreExpand = null;

Callers 2

captureZoneOrderFunction · 0.85

Calls 3

getSidebarFunction · 0.85
getLeftColFunction · 0.85
getRightColFunction · 0.85

Tested by

no test coverage detected