MCPcopy Create free account
hub / github.com/DTStack/molecule / getContentSashes

Function getContentSashes

src/workbench/workbench.tsx:91–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 };
90
91 const getContentSashes = () => {
92 if (!sidebar.hidden && !auxiliaryBar.hidden) return true;
93
94 if (sidebar.hidden) {
95 return auxiliaryBar.hidden ? false : [false, true];
96 }
97
98 return [true, false];
99 };
100
101 const handleContentChanged = (sizes: number[]) => {
102 const nextPos: number[] = [];

Callers 1

WorkbenchViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected