MCPcopy
hub / github.com/pickle-com/glass / updateLayout

Function updateLayout

src/window/windowManager.js:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47// let shortcutEditorWindow = null;
48let layoutManager = null;
49function updateLayout() {
50 if (layoutManager) {
51 layoutManager.updateLayout();
52 }
53}
54let movementManager = null;
55
56

Callers 8

resizeHeaderWindowFunction · 0.85
createWindowsFunction · 0.85
setupIpcHandlersFunction · 0.85
moveHeaderFunction · 0.85
moveHeaderToFunction · 0.85
adjustWindowHeightFunction · 0.85
handleListenRequestMethod · 0.85

Calls 1

updateLayoutMethod · 0.80

Tested by

no test coverage detected